| 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 f7479211fc48e694a726d6e00bd031fd2e4e08f5..02e4d9f305bf5b184ca1a0db4d0d07cd0fa6081d 100644
|
| --- a/ui/webui/resources/js/polymer_config.js
|
| +++ b/ui/webui/resources/js/polymer_config.js
|
| @@ -6,8 +6,7 @@ if (typeof Polymer == 'undefined') {
|
| Polymer = {
|
| dom: 'shadow',
|
| lazyRegister: true,
|
| - // TODO(dbeam): re-enable when this doesn't break things.
|
| - // useNativeCSSProperties: true,
|
| + useNativeCSSProperties: true,
|
| };
|
| } else {
|
| console.error('Polymer is already defined.');
|
|
|