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 db22f97daf1c6a6281c75178503eab5502141c61..128831e53e1c867a3d6b02b0ecd3b3e844eac904 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
@@ -7,6 +7,8 @@ |
[ |
Constructor, |
Constructor(DOMMatrixReadOnly other), |
+ Constructor(sequence<unrestricted double> numberSequence), |
+ RaisesException=Constructor, |
// FIXME: Should implement more constructors (See: crbug.com/388780) |
// FIXME: Exposed=(Window,Worker) |
RuntimeEnabled=GeometryInterfaces, |