Backed out changeset 48994775ce8f (bug 1322856)

This commit is contained in:
Sebastian Hengst 2016-12-16 23:50:33 +01:00
parent 5148fc1d9d
commit abaf5679ca

View File

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