Index: Source/core/dom/ParentNode.idl |
diff --git a/Source/core/dom/ParentNode.idl b/Source/core/dom/ParentNode.idl |
index 9aedf29a43d54cb24aa9c67197c94922b4f1a116..f64d0cde84d84f552e230e6d5977a020c96db70a 100644 |
--- a/Source/core/dom/ParentNode.idl |
+++ b/Source/core/dom/ParentNode.idl |
@@ -36,4 +36,8 @@ |
[PerWorldBindings] readonly attribute Element firstElementChild; |
[PerWorldBindings] readonly attribute Element lastElementChild; |
[PerWorldBindings] readonly attribute unsigned long childElementCount; |
+ |
+ // NodeSelector - Selector API |
+ [RaisesException] Element querySelector(DOMString selectors); |
+ [RaisesException] NodeList querySelectorAll(DOMString selectors); |
}; |