mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-29 05:05:29 +00:00
Backed out changeset 48994775ce8f (bug 1322856)
This commit is contained in:
parent
5148fc1d9d
commit
abaf5679ca
@ -431,8 +431,8 @@ this.ExtensionData = class {
|
||||
|
||||
let containersEnabled = true;
|
||||
try {
|
||||
containersEnabled = Services.prefs.getBoolPref("privacy.userContext.enabled");
|
||||
} catch (e) {
|
||||
containerEnabled = Services.prefs.getBoolPref("privacy.userContext.enabled");
|
||||
} catch(e) {
|
||||
// If we fail here, we are in some xpcshell test.
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user