Index: Source/core/svg/SVGAnimatedInteger.idl |
diff --git a/Source/core/svg/SVGAnimatedInteger.idl b/Source/core/svg/SVGAnimatedInteger.idl |
index 87c2d7f87cfacc19ab3b2b983e4ec074bd849faf..6a7b4023c9b0a890ae06f21a8d2091d4a540cf2a 100644 |
--- a/Source/core/svg/SVGAnimatedInteger.idl |
+++ b/Source/core/svg/SVGAnimatedInteger.idl |
@@ -26,6 +26,7 @@ |
[ |
SetWrapperReferenceTo(SVGElement contextElement), |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
] interface SVGAnimatedInteger { |
[RaisesException=Setter] attribute long baseVal; |
readonly attribute long animVal; |