| 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 ee0290dd8b74f560fe784cb308cb83ba3798a982..c805e67b370cfa4d2d5d35228161b64323193361 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl
|
| @@ -10,6 +10,7 @@
|
| // FIXME: Should implement more constructors (See: crbug.com/388780)
|
| // FIXME: Exposed=(Window,Worker)
|
| RuntimeEnabled=GeometryInterfaces,
|
| + LegacyInterfaceTypeChecking,
|
| ] interface DOMMatrix : DOMMatrixReadOnly {
|
| // These attributes are simple aliases for certain elements of the 4x4 matrix
|
| inherit attribute unrestricted double a;
|
|
|