зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
6d55fa5b22
Коммит
2c5d215151
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче