Chromium Code Reviews| Index: Source/core/css/CSSValueList.idl |
| diff --git a/Source/core/css/CSSValueList.idl b/Source/core/css/CSSValueList.idl |
| index ca51d6cc21e320489c02d8e5cf586c1b7a1e90cc..7d0b63edc05684a9ce13bee00a10fa70e9f6b821 100644 |
| --- a/Source/core/css/CSSValueList.idl |
| +++ b/Source/core/css/CSSValueList.idl |
| @@ -25,7 +25,6 @@ |
| // Introduced in DOM Level 2: |
| [ |
| - ImplementationLacksVTable |
| ] interface CSSValueList : CSSValue { |
| readonly attribute unsigned long length; |
| getter CSSValue item([Default=Undefined] optional unsigned long index); |