зеркало из https://github.com/mozilla/pjs.git
Bug 228428 Warning ``assignment to undeclared variable mIcon'' [xs] in file ``chrome://global/content/bindings/tabbrowser.xml'', line 237, character 0.
r=neil sr=bz
This commit is contained in:
Родитель
11a1851457
Коммит
3bc592b635
|
@ -234,7 +234,7 @@
|
|||
var location = aRequest.QueryInterface(nsIChannel).URI;
|
||||
if (this.mIcon) {
|
||||
this.mTab.setAttribute("image", this.mIcon);
|
||||
mIcon = "";
|
||||
this.mIcon = "";
|
||||
}
|
||||
else if (this.mTabBrowser.shouldLoadFavIcon(location))
|
||||
this.mTabBrowser.loadFavIcon(location, "image", this.mTab);
|
||||
|
|
Загрузка…
Ссылка в новой задаче