| 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 49f6c9341a6c37d99b570a68cc04700a50790e51..7da60c0458bf22b764e43b7a5c8557d89abd2490 100644
|
| --- a/third_party/WebKit/Source/core/geometry/DOMMatrix.idl
|
| +++ b/third_party/WebKit/Source/core/geometry/DOMMatrix.idl
|
| @@ -7,6 +7,7 @@
|
| [
|
| Constructor(optional (DOMString or sequence<unrestricted double>) init),
|
| RaisesException=Constructor,
|
| + ConstructorCallWith=ExecutionContext,
|
| Exposed=(Window,Worker),
|
| RuntimeEnabled=GeometryInterfaces,
|
| ] interface DOMMatrix : DOMMatrixReadOnly {
|
|
|