| Index: Source/core/svg/SVGTransform.idl
|
| diff --git a/Source/core/svg/SVGTransform.idl b/Source/core/svg/SVGTransform.idl
|
| index 99d7fc278930274a210eae960cd44aa752873434..8abaeb2f990d696704dbdee70c1f79df19758e1c 100644
|
| --- a/Source/core/svg/SVGTransform.idl
|
| +++ b/Source/core/svg/SVGTransform.idl
|
| @@ -33,7 +33,7 @@ interface SVGTransform {
|
| [ImplementedAs=svgMatrix] readonly attribute SVGMatrix matrix;
|
| readonly attribute float angle;
|
|
|
| - [StrictTypeChecking] void setMatrix(SVGMatrix matrix);
|
| + [StrictTypeChecking] void setMatrix(SVGMatrix? matrix);
|
| [StrictTypeChecking] void setTranslate(float tx, float ty);
|
| [StrictTypeChecking] void setScale(float sx, float sy);
|
| [StrictTypeChecking] void setRotate(float angle, float cx, float cy);
|
|
|