| Index: chrome/browser/resources/history/history.js
|
| diff --git a/chrome/browser/resources/history/history.js b/chrome/browser/resources/history/history.js
|
| index 16826ef701aefd683f5aa3cee574e1b7ba4e1b29..e595f6cfea8fc5586f687b5bfd31b0dd202ffd9f 100644
|
| --- a/chrome/browser/resources/history/history.js
|
| +++ b/chrome/browser/resources/history/history.js
|
| @@ -196,7 +196,7 @@ Visit.prototype.addHighlightedText_ = function(node, content, highlightText) {
|
| */
|
| Visit.prototype.getTitleDOM_ = function() {
|
| var node = createElementWithClassName('div', 'title');
|
| - node.style.backgroundImage = url(getFaviconUrl(this.url_));
|
| + node.style.backgroundImage = getFaviconImageSet(this.url_);
|
| node.style.backgroundSize = '16px';
|
|
|
| var link = document.createElement('a');
|
|
|