Bug 1403473 - Init loggingEnable for hashcompleter r=dimi

MozReview-Commit-ID: 1BpErwmbgCM

--HG--
extra : rebase_source : 784991ded277860318c3d91e34e4aca0b7eaf105
This commit is contained in:
Thomas Nguyen 2017-09-27 16:49:02 +08:00
parent d5ecf22949
commit f00e12c4b7

View File

@ -185,6 +185,8 @@ function HashCompleter() {
Services.obs.addObserver(this, "quit-application");
Services.prefs.addObserver(PREF_DEBUG_ENABLED, this);
loggingEnabled = Services.prefs.getBoolPref(PREF_DEBUG_ENABLED);
}
HashCompleter.prototype = {