| Index: ui/keyboard/resources/polymer_loader.js
|
| diff --git a/ui/keyboard/resources/polymer_loader.js b/ui/keyboard/resources/polymer_loader.js
|
| index 38a6280dc68abfdf6f7ce89cecfbb08abb021dfd..259bd39b839e5c2aff82080b3d0a66e19db0c410 100644
|
| --- a/ui/keyboard/resources/polymer_loader.js
|
| +++ b/ui/keyboard/resources/polymer_loader.js
|
| @@ -5,7 +5,7 @@
|
| // This is necessary because polymer currently doesn't handle the configuration
|
| // where native Custom Elements are available but native Shadow DOM is not.
|
| // TODO(bshe): remove this line when polymer supports the configuration.
|
| -document.register = undefined;
|
| +document.registerElement = undefined;
|
|
|
| <include src="../../../third_party/polymer/platform/platform.js"></include>
|
| <include src="../../../third_party/polymer/polymer/polymer.js"></include>
|
|
|