| Index: ui/webui/resources/js/polymer_config.js
|
| diff --git a/ui/webui/resources/js/polymer_config.js b/ui/webui/resources/js/polymer_config.js
|
| index 4d239893446a8d7fa7e0331654022ab00663741d..5ceafb2ee7ead30cbfd2dcb966744cac45dd7072 100644
|
| --- a/ui/webui/resources/js/polymer_config.js
|
| +++ b/ui/webui/resources/js/polymer_config.js
|
| @@ -7,6 +7,8 @@ if (typeof Polymer == 'undefined') {
|
| dom: 'shadow',
|
| lazyRegister: true,
|
| preserveStyleIncludes: true, // Only matters when using polymer-css-build.
|
| + suppressBindingNotifications: true,
|
| + suppressTemplateNotifications: true,
|
| useNativeCSSProperties: true,
|
| };
|
| } else {
|
|
|