| 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 d7696577e8bac93c1b0183115aa9cbad746b6230..22de1d68151d19cd63a1bf14d8933b8abfee82bd 100644
|
| --- a/third_party/WebKit/Source/core/frame/Window.idl
|
| +++ b/third_party/WebKit/Source/core/frame/Window.idl
|
| @@ -86,6 +86,10 @@
|
|
|
| [DoNotCheckSecurity, Custom, RaisesException] void postMessage(any message, DOMString targetOrigin, optional sequence<Transferable> transfer);
|
|
|
| + // Custom elements
|
| + // http://w3c.github.io/webcomponents/spec/custom/#custom-elements-api
|
| + [RuntimeEnabled=CustomElementsV1] readonly attribute CustomElementsRegistry customElements;
|
| +
|
| // HTML obsolete features
|
| // https://html.spec.whatwg.org/#Window-partial
|
| [MeasureAs=WindowCaptureEvents] void captureEvents();
|
|
|