| Index: third_party/WebKit/Source/core/dom/Text.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Text.idl b/third_party/WebKit/Source/core/dom/Text.idl
|
| index 1d733b91daa7fe6315f5921606d42a1dc0f91bdc..f970d4988e212ab8492a259494bdc025be65dbcb 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Text.idl
|
| @@ -29,4 +29,5 @@
|
| // Shadow DOM
|
| // http://w3c.github.io/webcomponents/spec/shadow/#extensions-to-text-interface
|
| NodeList getDestinationInsertionPoints();
|
| + [RuntimeEnabled=ShadowDOMV1, ImplementedAs=assignedSlotForBinding] readonly attribute HTMLSlotElement assignedSlot;
|
| };
|
|
|