| 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 7c0c8a0b4c2c2b245eede5d31ad09175484e7f15..3fd46e4d958a0749f6fce2475da7bec64f7cbd59 100644
|
| --- a/chrome/browser/resources/md_history/history_card.html
|
| +++ b/chrome/browser/resources/md_history/history_card.html
|
| @@ -58,7 +58,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>
|
|
|