mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-29 03:44:37 +00:00
Back out the fix for bug 271359 from the trunk too (it was forgotten), original backout had r=mconnor
This commit is contained in:
parent
c785639438
commit
cd7134e61d
@ -3626,9 +3626,6 @@ nsBrowserStatusHandler.prototype =
|
||||
if (document.getElementById("highlight").checked)
|
||||
document.getElementById("highlight").removeAttribute("checked");
|
||||
|
||||
//fix bug 271359 - reset mFavIconURL
|
||||
getBrowser().selectedBrowser.mFavIconURL = null;
|
||||
|
||||
setTimeout(function () { FeedHandler.updateFeeds(); }, 0);
|
||||
#ifdef ALTSS_ICON
|
||||
setTimeout(function () { updatePageStyles(); }, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user