| Index: chrome/browser/resources/md_history/history_card.html
|
| diff --git a/chrome/browser/resources/md_history/history_card.html b/chrome/browser/resources/md_history/history_card.html
|
| index 706da7fc406471b9dac69d49eaee53b9cc589304..e9b9b674acf7ff3dc1c478c6d488243b0c230dea 100644
|
| --- a/chrome/browser/resources/md_history/history_card.html
|
| +++ b/chrome/browser/resources/md_history/history_card.html
|
| @@ -57,7 +57,8 @@
|
| selected="{{historyItem.selected}}"
|
| timestamp_="[[historyItem.time]]">
|
| </history-item>
|
| - <template is="dom-if" if="[[needsTimeGap_(index, historyItem)]]">
|
| + <template is="dom-if"
|
| + if="[[needsTimeGap_(index, historyItems.length)]]">
|
| <div id="time-gap-separator"></div>
|
| </template>
|
| </template>
|
|
|