Fix the lexical scope of gBrowser.gInitialPages

This commit is contained in:
JustOff 2018-04-28 19:05:11 +03:00 committed by Roy Tam
commit cc9da6628f

View file

@ -122,7 +122,7 @@ XPCOMUtils.defineLazyModuleGetter(this, "PrivateBrowsingUtils",
XPCOMUtils.defineLazyModuleGetter(this, "FormValidationHandler",
"resource:///modules/FormValidationHandler.jsm");
let gInitialPages = [
var gInitialPages = [
"about:blank",
"about:newtab",
"about:home",