Bug 745744 - Geolocation doorhanger might cause zombie compartments because it keeps callbacks alive, r=gavin, a=desktop-only

This commit is contained in:
Olli Pettay 2012-04-18 19:29:50 +03:00
parent 48940b859d
commit 8dc2081378

View File

@ -607,6 +607,9 @@ PopupNotifications.prototype = {
}
}, this);
while (this.panel.lastChild)
this.panel.removeChild(this.panel.lastChild);
this._update();
},