Fix typo in patch for bug 363618
git-svn-id: svn://10.0.0.236/trunk@222431 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
520db3d042
commit
8e8db3702f
@ -461,7 +461,7 @@ var nsBrowserContentHandler = {
|
||||
if (overridePage == "about:blank")
|
||||
overridePage = "";
|
||||
|
||||
var startpage = "";
|
||||
var startPage = "";
|
||||
try {
|
||||
var choice = prefb.getIntPref("browser.startup.page");
|
||||
if (choice == 1)
|
||||
@ -470,7 +470,9 @@ var nsBrowserContentHandler = {
|
||||
if (choice == 2)
|
||||
startPage = Components.classes["@mozilla.org/browser/global-history;2"]
|
||||
.getService(nsIBrowserHistory).lastPageVisited;
|
||||
} catch (e) { }
|
||||
} catch (e) {
|
||||
Components.utils.reportError(e);
|
||||
}
|
||||
|
||||
if (startPage == "about:blank")
|
||||
startPage = "";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user