mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changesets 6deb17bc6c56 and 7952fadd1732 (bug 839280) for mochitest-other crashes.
This commit is contained in:
parent
f9452b44d5
commit
7c4edffe55
@ -696,10 +696,6 @@ Toolbox.prototype = {
|
||||
outstanding.push(panel.destroy());
|
||||
}
|
||||
|
||||
let container = this.doc.getElementById("toolbox-buttons");
|
||||
while(container.firstChild)
|
||||
container.removeChild(container.firstChild);
|
||||
|
||||
outstanding.push(this._host.destroy());
|
||||
|
||||
// Targets need to be notified that the toolbox is being torn down, so that
|
||||
|
@ -284,7 +284,6 @@ LoginManager.prototype = {
|
||||
|
||||
switch (event.type) {
|
||||
case "DOMContentLoaded":
|
||||
event.target.removeEventListener(event.type, this, false);
|
||||
this._pwmgr._fillDocument(event.target);
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user