Bug 1445943: Fix ES lint error on inbound due to a missing comma and macOS test failures. r=me CLOSED TREE

This commit is contained in:
Stephen A Pohl 2018-09-27 23:54:18 -04:00
parent 3b805a479e
commit 75d82dfbf5
2 changed files with 2 additions and 1 deletions

View File

@ -435,6 +435,7 @@ class WindowsGPOPoliciesProvider {
class macOSPoliciesProvider {
constructor() {
this._policies = null;
let prefReader = Cc["@mozilla.org/mac-preferences-reader;1"]
.createInstance(Ci.nsIMacPreferencesReader);
if (!prefReader.policiesEnabled()) {

View File

@ -35,5 +35,5 @@ var macOSPoliciesParser = {
}
return nativePolicies;
}
},
};