| 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 c5db75a480266b6198fe5e35915c348e2a1fbe67..8d7299469d04c674b6636caf0536f2101ab088d8 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Element.idl
|
| @@ -72,6 +72,7 @@ interface Element : Node {
|
| NodeList getDestinationInsertionPoints();
|
| [PerWorldBindings, ImplementedAs=openShadowRoot] readonly attribute ShadowRoot? shadowRoot;
|
| [RuntimeEnabled=ShadowDOMV1, Reflect] attribute DOMString slot;
|
| + [RuntimeEnabled=ShadowDOMV1, ImplementedAs=assignedSlotForBinding] readonly attribute HTMLSlotElement assignedSlot;
|
|
|
| // Pointer Lock
|
| // https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#extensions-to-the-element-interface
|
|
|