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:
Paul O’Shannessy 2011-01-20 13:43:32 -08:00
Родитель 2fb0769e01
Коммит b6eb0bf781
1 изменённых файлов: 1 добавлений и 1 удалений

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

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