Commenting out potential code path for the remaining Rlk on fxdebug.

This commit is contained in:
mozilla.mano%sent.com 2007-05-20 00:29:04 +00:00
Родитель 2ab5be1641
Коммит b06c6f949a
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
},