Index: third_party/WebKit/Source/core/svg/SVGMatrix.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGMatrix.idl b/third_party/WebKit/Source/core/svg/SVGMatrix.idl |
index 0c960a1f0bbc13e23a3cab2a1c0bae17f659d136..ed2582b7fc5886215cdee300cad8329706aaf319 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGMatrix.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGMatrix.idl |
@@ -26,7 +26,7 @@ |
[ |
ImplementedAs=SVGMatrixTearOff, |
SetWrapperReferenceTo(SVGTransform contextTransform), |
- WillBeGarbageCollected, |
+ GarbageCollected, |
] interface SVGMatrix { |
// FIXME: these attributes should all be floats but since we implement |
// AffineTransform with doubles setting these as doubles makes more sense. |