| 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 6b432d916cf6d1c63e1880dd82b31569e7f40500..8e95ec972942297dcac1a4b3812fed991be27904 100644
|
| --- a/ui/webui/resources/js/polymer_config.js
|
| +++ b/ui/webui/resources/js/polymer_config.js
|
| @@ -3,6 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| if (typeof Polymer == 'undefined')
|
| - Polymer = {dom: 'shadow'};
|
| + Polymer = {dom: 'shadow', lazyRegister: true};
|
| else
|
| console.error('Polymer is already defined.');
|
|
|