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 c805e67b370cfa4d2d5d35228161b64323193361..ee0290dd8b74f560fe784cb308cb83ba3798a982 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
@@ -10,7 +10,6 @@ |
// 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; |