| Index: third_party/WebKit/Source/core/geometry/DOMMatrix.idl
|
| diff --git a/third_party/WebKit/Source/core/geometry/DOMMatrix.idl b/third_party/WebKit/Source/core/geometry/DOMMatrix.idl
|
| index 48170aab09bc9480bd73be928434396e90222209..49f6c9341a6c37d99b570a68cc04700a50790e51 100644
|
| --- a/third_party/WebKit/Source/core/geometry/DOMMatrix.idl
|
| +++ b/third_party/WebKit/Source/core/geometry/DOMMatrix.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,
|
|
|