| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 25c31814c2a5a3a0b7deeaabb7cb76b6a726286e..b3cc2104e3a592ead58ae771e28e7a70fcd20b96 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -44,6 +44,7 @@
|
|
|
| [RaisesException] boolean isSharingStyle(Element element1, Element element2);
|
|
|
| + [RaisesException] unsigned long numberOfScopedHTMLStyleChildren(Node scope);
|
| [RaisesException] CSSStyleDeclaration computedStyleIncludingVisitedInfo(Node node);
|
|
|
| [RaisesException] ShadowRoot shadowRoot(Element host);
|
|
|