mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
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:
parent
e9eb8697b2
commit
6e3a003fea
@ -629,7 +629,7 @@ nsAppShellService::JustCreateTopWindow(nsIXULWindow *aParent,
|
||||
isPrivateBrowsingWindow = parentContext->UsePrivateBrowsing();
|
||||
}
|
||||
|
||||
if (!isUsingRemoteTabs && parentContext) {
|
||||
if (parentContext) {
|
||||
isUsingRemoteTabs = parentContext->UseRemoteTabs();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user