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 6e6e0737300ca3167ef06dff7c8501e20940c2b3..c52b17cfec7d7177d1bd3f73042649328316e7e6 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl |
@@ -6,6 +6,7 @@ |
[ |
Constructor, |
+ Constructor(DOMString transformList), |
Constructor(sequence<unrestricted double> numberSequence), |
RaisesException=Constructor, |
// FIXME: Exposed=(Window,Worker) |