Merge inbound to mozilla-central. a=merge

This commit is contained in:
Csoregi Natalia 2018-08-06 01:59:45 +03:00
commit 39882fbe1b

View File

@ -14,7 +14,6 @@ XPCOMUtils.defineLazyServiceGetter(this, "env",
const {
PREF_BOOL,
PREF_COMPLEX,
PREF_INT,
PREF_INVALID,
PREF_STRING,
@ -61,9 +60,6 @@ class Branch {
case PREF_INT:
return this._branch.getIntPref(pref);
case PREF_COMPLEX:
throw new TypeError(`Unsupported complex preference: ${pref}`);
case PREF_INVALID:
default:
if (fallback != null) {