Index: Source/core/editing/Selection.idl |
diff --git a/Source/core/editing/Selection.idl b/Source/core/editing/Selection.idl |
index 62458854d71bd04295e18230bce7c9fe9cb62599..08389f229b146ba3f9a55fd538f5689c687d73ac 100644 |
--- a/Source/core/editing/Selection.idl |
+++ b/Source/core/editing/Selection.idl |
@@ -53,7 +53,7 @@ |
// http://crbug.com/384966 |
[RaisesException, TypeChecking=Interface] void extend(Node node, optional long offset = 0); |
- [RaisesException] void selectAllChildren(Node node); |
+ [RaisesException, TypeChecking=Interface] void selectAllChildren(Node node); |
[CustomElementCallbacks] void deleteFromDocument(); |
readonly attribute long rangeCount; |