mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1031608 - Enable CompartmentPerAddon when e10s is enabled at startup (r=bholley)
This commit is contained in:
parent
01b8cd578d
commit
9d681f5bd5
@ -193,7 +193,8 @@ CompartmentPerAddon()
|
||||
static bool pref = false;
|
||||
|
||||
if (!initialized) {
|
||||
pref = Preferences::GetBool("dom.compartment_per_addon", false);
|
||||
pref = Preferences::GetBool("dom.compartment_per_addon", false) ||
|
||||
Preferences::GetBool("browser.tabs.remote.autostart", false);
|
||||
initialized = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user