Index: Source/core/svg/SVGTransform.idl |
diff --git a/Source/core/svg/SVGTransform.idl b/Source/core/svg/SVGTransform.idl |
index df5d9b303a4fcfffbe25c3c47b3fec86cc1d328d..99d7fc278930274a210eae960cd44aa752873434 100644 |
--- a/Source/core/svg/SVGTransform.idl |
+++ b/Source/core/svg/SVGTransform.idl |
@@ -30,7 +30,7 @@ interface SVGTransform { |
const unsigned short SVG_TRANSFORM_SKEWY = 6; |
readonly attribute unsigned short type; |
- readonly attribute SVGMatrix matrix; |
+ [ImplementedAs=svgMatrix] readonly attribute SVGMatrix matrix; |
readonly attribute float angle; |
[StrictTypeChecking] void setMatrix(SVGMatrix matrix); |