Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 752c691ca0ae4a24c02e10b7fdebdbb00021da00..7a2fd3d0271e703ca642c7ccebcbac0d64cc76c1 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -50,6 +50,7 @@ |
[RaisesException] ShadowRoot youngestShadowRoot(Element host); |
[RaisesException] ShadowRoot oldestShadowRoot(Element host); |
[RaisesException] ShadowRoot youngerShadowRoot(Node root); |
+ [RaisesException] Element shadowHost(Node node); |
[RaisesException] DOMString shadowRootType(Node root); |
[RaisesException] boolean hasShadowInsertionPoint(Node root); |