зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1569780 - Remove unused notificationBox reference in the inspector. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D39787 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
b768b94143
Коммит
cbfa9181e7
|
@ -291,14 +291,6 @@ Inspector.prototype = {
|
|||
}
|
||||
},
|
||||
|
||||
get notificationBox() {
|
||||
if (!this._notificationBox) {
|
||||
this._notificationBox = this.toolbox.getNotificationBox();
|
||||
}
|
||||
|
||||
return this._notificationBox;
|
||||
},
|
||||
|
||||
get search() {
|
||||
if (!this._search) {
|
||||
this._search = new InspectorSearch(
|
||||
|
@ -1630,7 +1622,6 @@ Inspector.prototype = {
|
|||
this._is3PaneModeEnabled = null;
|
||||
this._markupBox = null;
|
||||
this._markupFrame = null;
|
||||
this._notificationBox = null;
|
||||
this._target = null;
|
||||
this._toolbox = null;
|
||||
this.breadcrumbs = null;
|
||||
|
|
Загрузка…
Ссылка в новой задаче