Index: Source/core/svg/SVGAnimatedTransformList.idl |
diff --git a/Source/core/svg/SVGAnimatedTransformList.idl b/Source/core/svg/SVGAnimatedTransformList.idl |
index 2c8d764937fb9763231cadc1170dc8cf65787695..2904ab5468b03db899e8dc608974be7362a9b3a6 100644 |
--- a/Source/core/svg/SVGAnimatedTransformList.idl |
+++ b/Source/core/svg/SVGAnimatedTransformList.idl |
@@ -28,6 +28,7 @@ |
SetWrapperReferenceTo(SVGElement contextElement), |
RuntimeEnabled=SVG1DOM, |
MeasureAs=SVG1DOM, |
+ WillBeGarbageCollected, |
] interface SVGAnimatedTransformList { |
[MeasureAs=SVGAnimatedTransformListBaseVal] readonly attribute SVGTransformList baseVal; |
readonly attribute SVGTransformList animVal; |