Index: Source/core/dom/TreeWalker.idl |
diff --git a/Source/core/dom/TreeWalker.idl b/Source/core/dom/TreeWalker.idl |
index dd545b88cb9b4f54a743ef470be33488d7ab2bb9..f09a8f4a6bef569c1ebf85379035b3a88f7062cf 100644 |
--- a/Source/core/dom/TreeWalker.idl |
+++ b/Source/core/dom/TreeWalker.idl |
@@ -20,7 +20,7 @@ |
// Introduced in DOM Level 2: |
[ |
- CustomToV8 |
+ ReachableTo(NodeFilter filter) |
] interface TreeWalker { |
readonly attribute Node root; |
readonly attribute unsigned long whatToShow; |