Index: third_party/WebKit/Source/core/dom/DOMMatrix.idl |
diff --git a/third_party/WebKit/Source/core/dom/DOMMatrix.idl b/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
index 5531bd5122eea6a2d7f9760920b860e8a5361809..7915f539890c62d47eec1a3292c5170bb74359ea 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
@@ -13,8 +13,8 @@ |
RuntimeEnabled=GeometryInterfaces, |
] interface DOMMatrix : DOMMatrixReadOnly { |
[RaisesException, NewObject] static DOMMatrix fromMatrix(optional DOMMatrixInit other); |
- [RaisesException, NewObject] static DOMMatrix fromFloat32Array(Float32Array array32); |
- [RaisesException, NewObject] static DOMMatrix fromFloat64Array(Float64Array array64); |
+ [RaisesException, NewObject, Measure] static DOMMatrix fromFloat32Array(Float32Array array32); |
+ [RaisesException, NewObject, Measure] static DOMMatrix fromFloat64Array(Float64Array array64); |
// These attributes are simple aliases for certain elements of the 4x4 matrix |
inherit attribute unrestricted double a; |