mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 745744 - Geolocation doorhanger might cause zombie compartments because it keeps callbacks alive, r=gavin, a=desktop-only
This commit is contained in:
parent
23b4c9659a
commit
e60c8c91e1
@ -607,6 +607,9 @@ PopupNotifications.prototype = {
|
||||
}
|
||||
}, this);
|
||||
|
||||
while (this.panel.lastChild)
|
||||
this.panel.removeChild(this.panel.lastChild);
|
||||
|
||||
this._update();
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user