зеркало из https://github.com/mozilla/gecko-dev.git
Bug 570977: xpinstall tests get confused by multiple load events. r=robstring
This commit is contained in:
Родитель
48a647c429
Коммит
327f96d641
|
@ -184,6 +184,7 @@ var Harness = {
|
|||
.getInterface(Components.interfaces.nsIDOMWindowInternal);
|
||||
var self = this;
|
||||
domwindow.addEventListener("load", function() {
|
||||
domwindow.removeEventListener("load", arguments.callee, false);
|
||||
self.windowLoad(domwindow);
|
||||
}, false);
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче