зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1449925 - follow-up to fix conflict with bug 1450242, rs=bustage-fix, a=bustage-fix on CLOSED TREE
This commit is contained in:
Родитель
b0487a9569
Коммит
cffe5c43e5
|
@ -415,7 +415,7 @@ nsBrowserContentHandler.prototype = {
|
|||
// PB builds.
|
||||
if (cmdLine.handleFlag("private", false) && PrivateBrowsingUtils.enabled) {
|
||||
PrivateBrowsingUtils.enterTemporaryAutoStartMode();
|
||||
if (cmdLine.state == nsICommandLine.STATE_INITIAL_LAUNCH) {
|
||||
if (cmdLine.state == Ci.nsICommandLine.STATE_INITIAL_LAUNCH) {
|
||||
let win = Services.wm.getMostRecentWindow("navigator:blank");
|
||||
if (win) {
|
||||
win.QueryInterface(Ci.nsIInterfaceRequestor)
|
||||
|
|
Загрузка…
Ссылка в новой задаче