Re-enabling, this doesn't seem to be the leak cause.

This commit is contained in:
mozilla.mano%sent.com 2007-05-20 01:32:01 +00:00
Родитель 691e37e259
Коммит e6d3d00162
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3652,7 +3652,7 @@ nsBrowserStatusHandler.prototype =
.getService(Components.interfaces.nsIFaviconService);
var uri = Components.classes["@mozilla.org/network/io-service;1"]
.getService(Components.interfaces.nsIIOService).newURI(aBrowser.mIconURL, null, null);
//faviconService.setAndLoadFaviconForPage(aBrowser.currentURI, uri, false);
faviconService.setAndLoadFaviconForPage(aBrowser.currentURI, uri, false);
}
#endif
},