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