| 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 13746da4067a1ed3dc79beaa416db25e8e433357..f13ed343231c9ee86d35fdc3bf4a70ff19db2cdb 100644
|
| --- a/chrome/browser/resources/md_history/history_list.html
|
| +++ b/chrome/browser/resources/md_history/history_list.html
|
| @@ -37,7 +37,8 @@
|
| has-time-gap="[[needsTimeGap_(item, index, historyData_.length)]]"
|
| search-term="[[searchedTerm]]"
|
| number-of-items="[[historyData_.length]]"
|
| - path="[[pathForItem_(index)]]">
|
| + path="[[pathForItem_(index)]]"
|
| + index="[[index]]">
|
| </history-item>
|
| </template>
|
| </iron-list>
|
|
|