Bug 231772 fix link icon regression from bug 225854 r/sr=jag

This commit is contained in:
neil%parkwaycc.co.uk 2004-01-23 09:21:38 +00:00
Родитель 021ace8aa1
Коммит 670b310d87
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -628,7 +628,7 @@
if (this.mTabbedMode) {
// We need to update a tab.
for (i = 0; i < this.childNodes.length; i++) {
for (i = 0; i < this.browsers.length; i++) {
if (this.browsers[i].contentDocument == event.originalTarget.ownerDocument) {
if (!contentPolicy.shouldLoad(Components.interfaces.nsIContentPolicy.IMAGE,
uri, event.originalTarget, this.browsers[i].contentWindow))