mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 521216 - remove debug code
--HG-- extra : rebase_source : d1233872ce281ca8ec4ce4a11766dc6dec756e92
This commit is contained in:
parent
7aca93ac56
commit
ec7424cf8a
@ -511,11 +511,7 @@ TabWindow.prototype = {
|
|||||||
onLinkIconAvailable: function (aBrowser) {
|
onLinkIconAvailable: function (aBrowser) {
|
||||||
let img = getFaviconAsImage(aBrowser.mIconURL);
|
let img = getFaviconAsImage(aBrowser.mIconURL);
|
||||||
let index = this.tabbrowser.browsers.indexOf(aBrowser);
|
let index = this.tabbrowser.browsers.indexOf(aBrowser);
|
||||||
try {
|
|
||||||
this.previews[index].icon = img;
|
this.previews[index].icon = img;
|
||||||
} catch (e) {
|
|
||||||
Cu.reportError([index, this.tabbrowser.browsers.length, this.tabbrowser.mTabs.length, this.previews.length]);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user