зеркало из https://github.com/mozilla/pjs.git
Bug 231772 fix link icon regression from bug 225854 r/sr=jag
This commit is contained in:
Родитель
021ace8aa1
Коммит
670b310d87
|
@ -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))
|
||||
|
|
Загрузка…
Ссылка в новой задаче