Bug 668000 - browser_pageInfo.js leaks

This commit is contained in:
Dão Gottwald 2011-06-29 16:38:31 +02:00
Родитель c307addb4f
Коммит a9105c21d2
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -15,6 +15,7 @@ function test() {
if (topic != "page-info-dialog-loaded")
return;
Services.obs.removeObserver(observer, topic);
handlePageInfo();
}