Chromium Code Reviews| Index: Source/WebCore/css/Counter.idl |
| =================================================================== |
| --- Source/WebCore/css/Counter.idl (revision 142703) |
| +++ Source/WebCore/css/Counter.idl (working copy) |
| @@ -18,7 +18,9 @@ |
| */ |
| // Introduced in DOM Level 2: |
| -interface Counter { |
| +[ |
| + ImplementationLacksVTable |
| +] interface Counter { |
| readonly attribute DOMString identifier; |
| readonly attribute DOMString listStyle; |
| readonly attribute DOMString separator; |