Chromium Code Reviews| Index: Source/core/svg/SVGMatrix.idl |
| diff --git a/Source/core/svg/SVGMatrix.idl b/Source/core/svg/SVGMatrix.idl |
| index 5090cf76f96440e43806610cb2f819b2c9d7fca5..76ea1fcba4d391486702225e7a3ce491c5d09338 100644 |
| --- a/Source/core/svg/SVGMatrix.idl |
| +++ b/Source/core/svg/SVGMatrix.idl |
| @@ -21,7 +21,7 @@ |
| */ |
| [ |
| - StrictTypeChecking, |
| + TypeChecking=Interface|Nullable|String, |
| ImplementedAs=SVGMatrixTearOff, |
| SetWrapperReferenceTo(SVGTransform contextTransform) |
| ] interface SVGMatrix { |