Bug 1322856 - Eslint failures in Extension.jsm fixed - part 3, r=me

This commit is contained in:
Andrea Marchesini 2016-12-16 22:47:51 +01:00
parent 3f9ca03e22
commit e4bb5f373c

View File

@ -431,8 +431,8 @@ this.ExtensionData = class {
let containersEnabled = true;
try {
containerEnabled = Services.prefs.getBoolPref("privacy.userContext.enabled");
} catch(e) {
containersEnabled = Services.prefs.getBoolPref("privacy.userContext.enabled");
} catch (e) {
// If we fail here, we are in some xpcshell test.
}