Index: third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl |
diff --git a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl |
index b946fa73547aee6e2ab3db5a075fbf7f122e1672..755a208a72a38448f66d4cc3f93f5c849b4e5deb 100644 |
--- a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl |
+++ b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl |
@@ -5,9 +5,7 @@ |
// https://dev.w3.org/fxtf/geometry/#DOMMatrix |
[ |
- Constructor, |
- Constructor(DOMString transformList), |
- Constructor(sequence<unrestricted double> numberSequence), |
+ Constructor(optional (DOMString or sequence<unrestricted double>) init), |
RaisesException=Constructor, |
Exposed=(Window,Worker), |
RuntimeEnabled=GeometryInterfaces, |