Bug 570977: xpinstall tests get confused by multiple load events. r=robstring

This commit is contained in:
Dave Townsend 2010-06-10 18:47:14 -07:00
Родитель 48a647c429
Коммит 327f96d641
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);
},