Index: Source/core/svg/SVGAnimatedTransformList.idl |
diff --git a/Source/core/svg/SVGAnimatedTransformList.idl b/Source/core/svg/SVGAnimatedTransformList.idl |
index 024a4fca8f6d849e6b4fcbdd9c27ca4428806177..5a901873190de838e197eca2607d5c5fc359d341 100644 |
--- a/Source/core/svg/SVGAnimatedTransformList.idl |
+++ b/Source/core/svg/SVGAnimatedTransformList.idl |
@@ -26,6 +26,8 @@ |
[ |
NotScriptWrappable, |
SetWrapperReferenceTo(SVGElement contextElement), |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVG1DOM, |
] interface SVGAnimatedTransformList { |
readonly attribute SVGTransformList baseVal; |
readonly attribute SVGTransformList animVal; |