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:
Gabriel Luong 2019-07-30 09:30:14 +00:00
Родитель b768b94143
Коммит cbfa9181e7
1 изменённых файлов: 0 добавлений и 9 удалений

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

@ -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;