Index: Source/core/svg/SVGAnimatedNumber.idl |
diff --git a/Source/core/svg/SVGAnimatedNumber.idl b/Source/core/svg/SVGAnimatedNumber.idl |
index 2468facb0bf2ce147c29cfd8ca0506696f595bd7..ef7ce64a256fe2d5395cbc47de24248f03352e45 100644 |
--- a/Source/core/svg/SVGAnimatedNumber.idl |
+++ b/Source/core/svg/SVGAnimatedNumber.idl |
@@ -28,6 +28,8 @@ |
NotScriptWrappable, |
SetWrapperReferenceTo(SVGElement contextElement), |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVG1DOM, |
] interface SVGAnimatedNumber { |
[RaisesException=Setter] attribute float baseVal; |
readonly attribute float animVal; |