Chromium Code Reviews| Index: Source/WebCore/svg/SVGAnimatedLengthList.idl |
| =================================================================== |
| --- Source/WebCore/svg/SVGAnimatedLengthList.idl (revision 142703) |
| +++ Source/WebCore/svg/SVGAnimatedLengthList.idl (working copy) |
| @@ -24,7 +24,8 @@ |
| */ |
| [ |
| - Conditional=SVG |
| + Conditional=SVG, |
| + ImplementationLacksVTable |
| ] interface SVGAnimatedLengthList { |
| readonly attribute SVGLengthList baseVal; |
| readonly attribute SVGLengthList animVal; |