зеркало из https://github.com/mozilla/gecko-dev.git
Bug 623135 - browser_615394-SSWindowState_events.js is not cleaning up after itself [r=me, a=test]
--HG-- extra : rebase_source : a2406e7443d174f77579807df7996e057bbbb4bd
This commit is contained in:
Родитель
2fb0769e01
Коммит
b6eb0bf781
|
@ -344,7 +344,7 @@ function test_undoCloseWindow() {
|
|||
function firstWindowObserver(aSubject, aTopic, aData) {
|
||||
if (aTopic == "domwindowopened") {
|
||||
newWindow = aSubject.QueryInterface(Ci.nsIDOMWindow);
|
||||
Services.ww.unregisterNotification(windowObserver);
|
||||
Services.ww.unregisterNotification(firstWindowObserver);
|
||||
}
|
||||
}
|
||||
Services.ww.registerNotification(firstWindowObserver);
|
||||
|
|
Загрузка…
Ссылка в новой задаче