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 a613da6af4871006cbcc4ba2b2a4b61b68f2238f..0c960a1f0bbc13e23a3cab2a1c0bae17f659d136 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), |
- TypeChecking=Interface, |
WillBeGarbageCollected, |
] interface SVGMatrix { |
// FIXME: these attributes should all be floats but since we implement |