Index: third_party/WebKit/Source/core/css/WebKitCSSMatrix.idl |
diff --git a/third_party/WebKit/Source/core/css/WebKitCSSMatrix.idl b/third_party/WebKit/Source/core/css/WebKitCSSMatrix.idl |
index b224c071dd33d071d152cfed162474dc1bed9c54..5a3c20ba95bec5545fd0b0f58ca8bc250e251e1a 100644 |
--- a/third_party/WebKit/Source/core/css/WebKitCSSMatrix.idl |
+++ b/third_party/WebKit/Source/core/css/WebKitCSSMatrix.idl |
@@ -60,7 +60,7 @@ |
[RaisesException] void setMatrixValue([Default=Undefined] optional DOMString string); |
// Multiply this matrix by secondMatrix, on the right (result = this * secondMatrix) |
- [Immutable] WebKitCSSMatrix multiply([Default=Undefined] optional WebKitCSSMatrix secondMatrix); |
+ [Immutable, LegacyInterfaceTypeChecking] WebKitCSSMatrix multiply([Default=Undefined] optional WebKitCSSMatrix secondMatrix); |
// Return the inverse of this matrix. Throw an exception if the matrix is not invertible |
[Immutable, RaisesException] WebKitCSSMatrix inverse(); |
@@ -103,4 +103,3 @@ |
[NotEnumerable] stringifier; |
}; |
- |