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 3b485c51121e32c470063f17b5e7c970b3ffa826..6e6e0737300ca3167ef06dff7c8501e20940c2b3 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl |
@@ -5,6 +5,7 @@ |
// http://dev.w3.org/fxtf/geometry/#DOMMatrix |
[ |
+ Constructor, |
Constructor(sequence<unrestricted double> numberSequence), |
RaisesException=Constructor, |
// FIXME: Exposed=(Window,Worker) |