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