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