Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: chrome/browser/resources/md_history/history_list.html

Issue 2895723002: [WebUI] use one-way Polymer binding on dom-if, dom-repeat, and iron-list (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_history/history_list.html
diff --git a/chrome/browser/resources/md_history/history_list.html b/chrome/browser/resources/md_history/history_list.html
index b8bad9a63c6add257af39e888be2d3a0b23c314e..1d73ed225b2ddabb7e4509a25ca04cb11c541a70 100644
--- a/chrome/browser/resources/md_history/history_list.html
+++ b/chrome/browser/resources/md_history/history_list.html
@@ -35,7 +35,7 @@
[[noResultsMessage_(searchedTerm)]]
</div>
- <iron-list items="{{historyData_}}" as="item" id="infinite-list"
+ <iron-list items="[[historyData_]]" as="item" id="infinite-list"
hidden$="[[!hasResults_(historyData_.length)]]">
<template>
<history-item tabindex$="[[tabIndex]]"

Powered by Google App Engine
This is Rietveld 408576698