| 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 a9591f7be5756392d75ea675f0a5f761f15dda3c..0ee5c2eb4f5794bea3996742547b3a1454dc1455 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Text.idl
|
| @@ -29,5 +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;
|
| + [ImplementedAs=assignedSlotForBinding] readonly attribute HTMLSlotElement assignedSlot;
|
| };
|
|
|