bug 860578 - fix missing favicons in Panorama view. r=dao

This commit is contained in:
Jonathan Kew 2013-05-09 11:58:09 +01:00
parent 153c76d6d5
commit 5905c032d6

View File

@ -78,7 +78,7 @@ let FavIcons = {
_getFavIconFromTabImage:
function FavIcons_getFavIconFromTabImage(tab, callback) {
let tabImage = tab.image;
let tabImage = gBrowser.getIcon(tab);
// If the tab image's url starts with http(s), fetch icon from favicon
// service via the moz-anno protocol.