| 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 8642b56272c31fc59c3a9447e7b08f0d233b42ef..a78ad2ed0439f0493d0faddaa2c62e62f8d56227 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Element.idl
|
| @@ -84,7 +84,7 @@ interface Element : Node {
|
| [RuntimeEnabled=ShadowDOMV1, RaisesException, CallWith=ScriptState, MeasureAs=ElementAttachShadow] ShadowRoot attachShadow(ShadowRootInit shadowRootInitDict);
|
| NodeList getDestinationInsertionPoints();
|
| [PerWorldBindings, ImplementedAs=openShadowRoot] readonly attribute ShadowRoot? shadowRoot;
|
| - [RuntimeEnabled=ShadowDOMV1, Unscopeable, CEReactions, Reflect] attribute DOMString slot;
|
| + [RuntimeEnabled=ShadowDOMV1, Unscopable, CEReactions, Reflect] attribute DOMString slot;
|
| [RuntimeEnabled=ShadowDOMV1, ImplementedAs=assignedSlotForBinding] readonly attribute HTMLSlotElement assignedSlot;
|
|
|
| // Pointer Lock
|
|
|