| Index: core/html/shadow/HTMLShadowElement.idl
|
| diff --git a/core/html/shadow/HTMLShadowElement.idl b/core/html/shadow/HTMLShadowElement.idl
|
| index 3b6351bec7d6847f526d4ecd9f82122a2590e01b..faceace14582d3d1d48e5dcfb701c28b00f89b1b 100644
|
| --- a/core/html/shadow/HTMLShadowElement.idl
|
| +++ b/core/html/shadow/HTMLShadowElement.idl
|
| @@ -31,4 +31,5 @@
|
| interface HTMLShadowElement : HTMLElement {
|
| attribute boolean resetStyleInheritance;
|
| [DeprecateAs=HTMLShadowElementOlderShadowRoot] readonly attribute ShadowRoot olderShadowRoot;
|
| + [RuntimeEnabled=ShadowDOM] NodeList getDistributedNodes();
|
| };
|
|
|