| Index: chrome/browser/resources/md_history/history_item.js
|
| diff --git a/chrome/browser/resources/md_history/history_item.js b/chrome/browser/resources/md_history/history_item.js
|
| index 375da18be14d4e25b8095de06ab3cbd7de34549a..b6af2960ed7d9c8861d56db4419e927cf8d11ecb 100644
|
| --- a/chrome/browser/resources/md_history/history_item.js
|
| +++ b/chrome/browser/resources/md_history/history_item.js
|
| @@ -94,7 +94,7 @@ Polymer({
|
| * @private
|
| */
|
| showIcon_: function() {
|
| - this.$['website-icon'].style.backgroundImage =
|
| + this.$.icon.style.backgroundImage =
|
| getFaviconImageSet(this.websiteUrl);
|
| },
|
|
|
|
|