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