| Index: chrome/browser/resources/new_new_tab.js
|
| ===================================================================
|
| --- chrome/browser/resources/new_new_tab.js (revision 22755)
|
| +++ 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;
|
| }
|
| }
|
|
|
| Property changes on: chrome\browser\resources\new_new_tab.js
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/chrome/browser/resources/new_new_tab.js:r22320
|
|
|
|
|