Index: Source/core/svg/SVGAnimatedRect.idl |
diff --git a/Source/core/svg/SVGAnimatedRect.idl b/Source/core/svg/SVGAnimatedRect.idl |
index 4802de5894896af483d310ab7b168c9691ee3c6b..801336bb124f3cc9ad7399696d8e0b4c973c4ee5 100644 |
--- a/Source/core/svg/SVGAnimatedRect.idl |
+++ b/Source/core/svg/SVGAnimatedRect.idl |
@@ -26,6 +26,8 @@ |
[ |
NotScriptWrappable, |
SetWrapperReferenceTo(SVGElement contextElement), |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVG1DOM, |
] interface SVGAnimatedRect { |
readonly attribute SVGRect baseVal; |
readonly attribute SVGRect animVal; |