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 ed2582b7fc5886215cdee300cad8329706aaf319..8d0d7e46f47abb4d2ccd09dc519d6389788a3ea2 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGMatrix.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGMatrix.idl |
@@ -26,7 +26,6 @@ |
[ |
ImplementedAs=SVGMatrixTearOff, |
SetWrapperReferenceTo(SVGTransform contextTransform), |
- GarbageCollected, |
] interface SVGMatrix { |
// FIXME: these attributes should all be floats but since we implement |
// AffineTransform with doubles setting these as doubles makes more sense. |