Index: ios/chrome/app/resources/history/history.js |
diff --git a/ios/chrome/app/resources/history/history.js b/ios/chrome/app/resources/history/history.js |
index 6ace64b6ee7d69aebfce9747609c5b608614b997..877069ea3f31f4e3dbc5b5d30a87959dd15b38d7 100644 |
--- a/ios/chrome/app/resources/history/history.js |
+++ b/ios/chrome/app/resources/history/history.js |
@@ -433,7 +433,7 @@ Visit.prototype.getVisitAttemptDOM_ = function() { |
* @private |
*/ |
Visit.prototype.addFaviconToElement_ = function(el) { |
- var url = cr.icon.getFaviconImageSet(this.url_, 32, 'touch-icon'); |
+ var url = cr.icon.getFavicon(this.url_, 32, 'touch-icon'); |
el.style.backgroundImage = url; |
chrome.requestFavicon(el, url); |
}; |