| Index: third_party/WebKit/Source/core/dom/Element.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.idl b/third_party/WebKit/Source/core/dom/Element.idl
|
| index f83577ecf1c5c0e53929345d60fa9468fb5e333e..f2f6cd531ad7d8afca8db8ee4b875eb55f117676 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Element.idl
|
| @@ -70,7 +70,7 @@ enum NativeScrollBehavior { "disable-native-scroll", "perform-before-native-scro
|
| // Shadow DOM
|
| // http://w3c.github.io/webcomponents/spec/shadow/#extensions-to-element-interface
|
| [RaisesException, CallWith=ScriptState, MeasureAs=ElementCreateShadowRoot] ShadowRoot createShadowRoot();
|
| - [RuntimeEnabled=ShadowDOMV1, RaisesException, CallWith=ScriptState, MeasureAs=ElementCreateShadowRoot] ShadowRoot createShadowRoot(ShadowRootInit shadowRootInitDict);
|
| + [RuntimeEnabled=ShadowDOMV1, RaisesException, CallWith=ScriptState, MeasureAs=ElementAttachShadow] ShadowRoot attachShadow(ShadowRootInit shadowRootInitDict);
|
| NodeList getDestinationInsertionPoints();
|
| [PerWorldBindings, ImplementedAs=openShadowRoot] readonly attribute ShadowRoot? shadowRoot;
|
|
|
|
|