Index: Source/WebCore/css/CSSValueList.idl |
=================================================================== |
--- Source/WebCore/css/CSSValueList.idl (revision 142703) |
+++ Source/WebCore/css/CSSValueList.idl (working copy) |
@@ -25,7 +25,8 @@ |
// Introduced in DOM Level 2: |
[ |
- IndexedGetter |
+ IndexedGetter, |
+ ImplementationLacksVTable |
] interface CSSValueList : CSSValue { |
readonly attribute unsigned long length; |
CSSValue item(in [Optional=DefaultIsUndefined] unsigned long index); |