| 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 2fd594b9b36f97b16bc8209cc7156634b018fdc0..6ace64b6ee7d69aebfce9747609c5b608614b997 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 = getFaviconImageSet(this.url_, 32, 'touch-icon');
|
| + var url = cr.icon.getFaviconImageSet(this.url_, 32, 'touch-icon');
|
| el.style.backgroundImage = url;
|
| chrome.requestFavicon(el, url);
|
| };
|
|
|