Bug 1031608 - Enable CompartmentPerAddon when e10s is enabled at startup (r=bholley)

This commit is contained in:
Bill McCloskey 2014-07-02 13:23:04 -07:00
parent 01b8cd578d
commit 9d681f5bd5

View File

@ -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;
}