Chromium Code Reviews| Index: Source/core/dom/NodeIterator.idl |
| diff --git a/Source/core/dom/NodeIterator.idl b/Source/core/dom/NodeIterator.idl |
| index e22c8fad87707e58632cd968269ba92536895e80..ed73f26f0a9024f59503dd2008b8110f4c2a5f24 100644 |
| --- a/Source/core/dom/NodeIterator.idl |
| +++ b/Source/core/dom/NodeIterator.idl |
| @@ -21,7 +21,6 @@ |
| // Introduced in DOM Level 2: |
| [ |
| NoInterfaceObject, |
| - ImplementationLacksVTable |
| ] interface NodeIterator { |
| readonly attribute Node root; |
| readonly attribute unsigned long whatToShow; |