Index: Source/core/svg/SVGMatrix.idl |
diff --git a/Source/core/svg/SVGMatrix.idl b/Source/core/svg/SVGMatrix.idl |
index ac2fe3c2505b00aa4f853046e4b524c3ad49f435..ee61e7cee8af0d6f43a6ad8d38c920e5ac9c3a03 100644 |
--- a/Source/core/svg/SVGMatrix.idl |
+++ b/Source/core/svg/SVGMatrix.idl |
@@ -23,7 +23,7 @@ |
[ |
ImplementedAs=SVGMatrixTearOff, |
SetWrapperReferenceTo(SVGTransform contextTransform), |
- TypeChecking=(Interface, Unrestricted), |
+ TypeChecking=Interface, |
WillBeGarbageCollected, |
] interface SVGMatrix { |
// FIXME: these attributes should all be floats but since we implement |