| Index: third_party/WebKit/Source/core/frame/Window.idl
|
| diff --git a/third_party/WebKit/Source/core/frame/Window.idl b/third_party/WebKit/Source/core/frame/Window.idl
|
| index 760065fef0ad037d21faaeb44cf046b5046e582c..b3047cb7056c9c5b0064010255e66a462ad09050 100644
|
| --- a/third_party/WebKit/Source/core/frame/Window.idl
|
| +++ b/third_party/WebKit/Source/core/frame/Window.idl
|
| @@ -88,7 +88,7 @@
|
|
|
| // Custom elements
|
| // http://w3c.github.io/webcomponents/spec/custom/#custom-elements-api
|
| - [RuntimeEnabled=CustomElementsV1, CallWith=ScriptState] readonly attribute CustomElementsRegistry customElements;
|
| + [RuntimeEnabled=CustomElementsV1, CallWith=ScriptState, ImplementedAs=customElementsForBindings] readonly attribute CustomElementsRegistry customElements;
|
|
|
| // HTML obsolete features
|
| // https://html.spec.whatwg.org/#Window-partial
|
|
|