Index: Source/core/svg/SVGAnimatedNumber.idl |
diff --git a/Source/core/svg/SVGAnimatedNumber.idl b/Source/core/svg/SVGAnimatedNumber.idl |
index f941bdf3d9649695c190e7fb2ce4e7bd4f258ed2..b529b3685b888e10e9a5f204976ab538e45cbeae 100644 |
--- a/Source/core/svg/SVGAnimatedNumber.idl |
+++ b/Source/core/svg/SVGAnimatedNumber.idl |
@@ -27,6 +27,7 @@ |
[ |
SetWrapperReferenceTo(SVGElement contextElement), |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
] interface SVGAnimatedNumber { |
[RaisesException=Setter] attribute float baseVal; |
readonly attribute float animVal; |