Chromium Code Reviews| Index: Source/WebCore/dom/NodeIterator.idl |
| =================================================================== |
| --- Source/WebCore/dom/NodeIterator.idl (revision 142703) |
| +++ Source/WebCore/dom/NodeIterator.idl (working copy) |
| @@ -20,7 +20,8 @@ |
| // Introduced in DOM Level 2: |
| [ |
| - JSCustomMarkFunction |
| + JSCustomMarkFunction, |
| + ImplementationLacksVTable |
| ] interface NodeIterator { |
| readonly attribute Node root; |
| readonly attribute unsigned long whatToShow; |