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 1017e5a242d8461c35172b9c304a829ae9e3fcc2..3417710e2337cc5880aa4f2c05c350853f4dba08 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
@@ -6,6 +6,7 @@ |
[ |
Constructor, |
+ Constructor(DOMString transformList), |
Constructor(sequence<unrestricted double> numberSequence), |
RaisesException=Constructor, |
// FIXME: Should implement more constructors (See: crbug.com/388780) |