| Index: chrome/browser/resources/md_history/history_list_behavior.js
|
| diff --git a/chrome/browser/resources/md_history/history_list_behavior.js b/chrome/browser/resources/md_history/history_list_behavior.js
|
| index b5f5b5c42aa8bba5db694a6788073a351b086caf..7373f1f7cf27e67a5633edfbfe1e9cc3435045b2 100644
|
| --- a/chrome/browser/resources/md_history/history_list_behavior.js
|
| +++ b/chrome/browser/resources/md_history/history_list_behavior.js
|
| @@ -35,7 +35,7 @@ var HistoryListBehavior = {
|
| */
|
| selectedPaths: {
|
| type: Object,
|
| - value: /** @return {!Set<string>} */ function() { return new Set(); }
|
| + value: /** @return {!Set<string>} */ function() { return new Set(); },
|
| },
|
|
|
| lastSelectedPath: String,
|
|
|