| Index: chrome/browser/resources/md_history/synced_device_card.js
|
| diff --git a/chrome/browser/resources/md_history/synced_device_card.js b/chrome/browser/resources/md_history/synced_device_card.js
|
| index 244cc82f709e7ba46ded238cf584b794699450ca..7d371483ec417f32b08fce93df6074cd24cf69e7 100644
|
| --- a/chrome/browser/resources/md_history/synced_device_card.js
|
| +++ b/chrome/browser/resources/md_history/synced_device_card.js
|
| @@ -12,7 +12,9 @@ Polymer({
|
| */
|
| tabs: {
|
| type: Array,
|
| - value: function() { return []; },
|
| + value: function() {
|
| + return [];
|
| + },
|
| observer: 'updateIcons_'
|
| },
|
|
|
|
|