Index: chrome/browser/resources/ntp4/recently_closed.js |
diff --git a/chrome/browser/resources/ntp4/recently_closed.js b/chrome/browser/resources/ntp4/recently_closed.js |
index 7833aad7211f55a977b55214db47fbde80f6c5b7..8dfdf06d57bbacdfc913ec03b3403acc252807d4 100644 |
--- a/chrome/browser/resources/ntp4/recently_closed.js |
+++ b/chrome/browser/resources/ntp4/recently_closed.js |
@@ -83,7 +83,7 @@ cr.define('ntp', function() { |
a.title = data.tabs.map(function(tab) { return tab.title; }).join('\n'); |
} else { |
a.href = data.url; |
- a.style.backgroundImage = url(getFaviconUrl(data.url)); |
+ a.style.backgroundImage = getFaviconImageSet(data.url); |
a.textContent = data.title; |
} |