diff options
Diffstat (limited to 'Source/WebCore/svg/SVGAnimatedLengthList.idl')
-rw-r--r-- | Source/WebCore/svg/SVGAnimatedLengthList.idl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WebCore/svg/SVGAnimatedLengthList.idl b/Source/WebCore/svg/SVGAnimatedLengthList.idl index bf300e629..4fd75528d 100644 --- a/Source/WebCore/svg/SVGAnimatedLengthList.idl +++ b/Source/WebCore/svg/SVGAnimatedLengthList.idl @@ -24,10 +24,8 @@ */ [ - Conditional=SVG, SkipVTableValidation ] interface SVGAnimatedLengthList { readonly attribute SVGLengthList baseVal; readonly attribute SVGLengthList animVal; }; - |