Index: third_party/WebKit/Source/core/svg/SVGAnimatedString.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedString.idl b/third_party/WebKit/Source/core/svg/SVGAnimatedString.idl |
index e881925aaac3b6952286cb3b13ffaefde50d0112..0f2f953c3a0414476a2c89f609e127e69bb51fcb 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedString.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedString.idl |
@@ -27,7 +27,7 @@ |
[ |
SetWrapperReferenceTo(SVGElement contextElement), |
- WillBeGarbageCollected, |
+ GarbageCollected, |
] interface SVGAnimatedString { |
[RaisesException=Setter] attribute DOMString baseVal; |
readonly attribute DOMString animVal; |