Bug 1030414 - When browser.tabs.remote.autostart is true, make sure non-e10s windows can still open popups. r=smaug.

This commit is contained in:
Mike Conley 2014-06-27 13:13:00 -04:00
parent e9eb8697b2
commit 6e3a003fea

View File

@ -629,7 +629,7 @@ nsAppShellService::JustCreateTopWindow(nsIXULWindow *aParent,
isPrivateBrowsingWindow = parentContext->UsePrivateBrowsing();
}
if (!isUsingRemoteTabs && parentContext) {
if (parentContext) {
isUsingRemoteTabs = parentContext->UseRemoteTabs();
}