| Index: chrome/browser/resources/new_new_tab.js
|
| ===================================================================
|
| --- chrome/browser/resources/new_new_tab.js (revision 22280)
|
| +++ chrome/browser/resources/new_new_tab.js (working copy)
|
| @@ -256,7 +256,7 @@
|
| var titleDiv = t.querySelector('.title > div');
|
| titleDiv.xtitle = titleDiv.textContent = d.title;
|
| var faviconUrl = d.faviconUrl || 'chrome://favicon/' + d.url;
|
| - titleDiv.style.backgroundImage = encodeURI(url);
|
| + titleDiv.style.backgroundImage = url(faviconUrl);
|
| titleDiv.dir = d.direction;
|
| }
|
| }
|
|
|