bug 407116: fix regression that causes RSS icon to vanish near end of page load for certain pages; followup typo fix; r=mano

This commit is contained in:
myk@mozilla.org 2008-01-08 21:17:29 -08:00
Родитель 6d55fa5b22
Коммит 2c5d215151
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -485,7 +485,7 @@
}
// Delete the feeds cache if we're hiding the topmost page
// (as opposed to one of its iframes).
if (this.feeds && event.target == this.contentDocument)
if (this.feeds && aEvent.target == this.contentDocument)
this.feeds = null;
if (!this.docShell || !this.fastFind)
return;