Chromium Code Reviews| Index: Source/core/svg/SVGMatrix.idl |
| diff --git a/Source/core/svg/SVGMatrix.idl b/Source/core/svg/SVGMatrix.idl |
| index af560290c013ee4ba1103205e436da67e63a28e4..f7940add9dd3a2900aae92d5b9b7b99a30d43bd8 100644 |
| --- a/Source/core/svg/SVGMatrix.idl |
| +++ b/Source/core/svg/SVGMatrix.idl |
| @@ -32,7 +32,7 @@ |
| [StrictTypeChecking] attribute double e; |
| [StrictTypeChecking] attribute double f; |
| - [StrictTypeChecking] SVGMatrix multiply(SVGMatrix secondMatrix); |
| + [StrictTypeChecking] SVGMatrix multiply(SVGMatrix? secondMatrix); |
|
kouhei (in TOK)
2014/01/17 04:28:45
No ? here.
|
| [RaisesException] SVGMatrix inverse(); |
| [Immutable, StrictTypeChecking] SVGMatrix translate(float x, float y); |
| [Immutable, StrictTypeChecking] SVGMatrix scale(float scaleFactor); |