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