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 44a684e6eb962e37194f38f61fc1272dfef32d91..3d476ae76c709c54f1e55b76ff17c9f5d507a21b 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
@@ -11,6 +11,9 @@ |
// FIXME: Exposed=(Window,Worker) |
RuntimeEnabled=GeometryInterfaces, |
] interface DOMMatrix : DOMMatrixReadOnly { |
+ [RaisesException, NewObject] static DOMMatrix fromFloat32Array(Float32Array array32); |
+ [RaisesException, NewObject] static DOMMatrix fromFloat64Array(Float64Array array64); |
+ |
// These attributes are simple aliases for certain elements of the 4x4 matrix |
inherit attribute unrestricted double a; |
inherit attribute unrestricted double b; |