Bug 1285348 - New console frontend: disable in browser toolbox. r=bgrins

--HG--
extra : rebase_source : cff98e95cd5b21480990f849569e7fbd2c63b329
This commit is contained in:
Lin Clark 2016-07-07 16:08:12 -04:00
Родитель 86a74db006
Коммит 72d422fb86
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -501,8 +501,9 @@ WebConsoleFrame.prototype = {
_initUI: function () {
this.document = this.window.document;
this.rootElement = this.document.documentElement;
this.NEW_CONSOLE_OUTPUT_ENABLED = !this.owner._browserConsole &&
Services.prefs.getBoolPref(PREF_NEW_FRONTEND_ENABLED);
this.NEW_CONSOLE_OUTPUT_ENABLED = !this.owner._browserConsole
&& !this.owner.target.chrome
&& Services.prefs.getBoolPref(PREF_NEW_FRONTEND_ENABLED);
this._initDefaultFilterPrefs();