| Index: chrome/browser/resources/history.js
|
| diff --git a/chrome/browser/resources/history.js b/chrome/browser/resources/history.js
|
| index 688ee79d02835db7afc9b937bd51cd4e2dafce38..77db2a7efc8f479fbef7bcf66b107857cba21ea6 100644
|
| --- a/chrome/browser/resources/history.js
|
| +++ b/chrome/browser/resources/history.js
|
| @@ -163,7 +163,7 @@ Page.prototype.getResultDOM = function(searchResultFlag) {
|
| node.appendChild(entryBox);
|
|
|
| if (searchResultFlag) {
|
| - time.textContent = this.dateShort;
|
| + time.appendChild(document.createTextNode(this.dateShort));
|
| var snippet = createElementWithClassName('div', 'snippet');
|
| this.addHighlightedText_(snippet,
|
| this.snippet_,
|
|
|