Index: Source/core/svg/SVGAnimatedString.idl |
diff --git a/Source/core/svg/SVGAnimatedString.idl b/Source/core/svg/SVGAnimatedString.idl |
index b4e63618fef433c18e5128974b812fdf07ade1d6..b125f5028af9d7bb4399e54948ab2fd21ca46f60 100644 |
--- a/Source/core/svg/SVGAnimatedString.idl |
+++ b/Source/core/svg/SVGAnimatedString.idl |
@@ -26,6 +26,8 @@ |
[ |
NotScriptWrappable, |
SetWrapperReferenceTo(SVGElement contextElement), |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVG1DOM, |
] interface SVGAnimatedString { |
[RaisesException=Setter] attribute DOMString baseVal; |
readonly attribute DOMString animVal; |