| Index: chrome/browser/resources/settings/search_page/search_page.js
|
| diff --git a/chrome/browser/resources/settings/search_page/search_page.js b/chrome/browser/resources/settings/search_page/search_page.js
|
| index 90226fa25e2144b006246efe6441e7ee55606a71..020ec57312d3914a5241d552d3530f3e201067f6 100644
|
| --- a/chrome/browser/resources/settings/search_page/search_page.js
|
| +++ b/chrome/browser/resources/settings/search_page/search_page.js
|
| @@ -24,7 +24,7 @@ Polymer({
|
| * The current active route.
|
| */
|
| currentRoute: {
|
| - type: Array,
|
| + type: Object,
|
| notify: true,
|
| },
|
|
|
|
|