зеркало из https://github.com/mozilla/gecko-dev.git
Bug 745744 - Geolocation doorhanger might cause zombie compartments because it keeps callbacks alive, r=gavin, a=desktop-only
This commit is contained in:
Родитель
48940b859d
Коммит
8dc2081378
|
@ -607,6 +607,9 @@ PopupNotifications.prototype = {
|
|||
}
|
||||
}, this);
|
||||
|
||||
while (this.panel.lastChild)
|
||||
this.panel.removeChild(this.panel.lastChild);
|
||||
|
||||
this._update();
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче