Chromium Code Reviews| Index: Source/core/dom/TreeWalker.idl |
| diff --git a/Source/core/dom/TreeWalker.idl b/Source/core/dom/TreeWalker.idl |
| index c6dd63c9eb367120b8f87c91891e268335b195d7..2188bef2101419f81dd3366c10727a0226e7e0dc 100644 |
| --- a/Source/core/dom/TreeWalker.idl |
| +++ b/Source/core/dom/TreeWalker.idl |
| @@ -20,7 +20,7 @@ |
| // Introduced in DOM Level 2: |
| [ |
| - NoInterfaceObject, |
| + NoInterfaceObject |
| ] interface TreeWalker { |
| readonly attribute Node root; |
| readonly attribute unsigned long whatToShow; |