| Index: third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| index f0cd565b4c5b3b2d8c0ed39ec1017cbd63104577..ebb4dd7225b93f144b0c4f728d646b5ac91f419e 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| @@ -56,7 +56,7 @@
|
| optional unrestricted double originX = 0,
|
| optional unrestricted double originY = 0,
|
| optional unrestricted double originZ = 0);
|
| - DOMMatrix multiply(DOMMatrix other);
|
| + [LegacyInterfaceTypeChecking] DOMMatrix multiply(DOMMatrix other);
|
|
|
| Float32Array toFloat32Array();
|
| Float64Array toFloat64Array();
|
|
|