Index: third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl |
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl b/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl |
index a2a67383e57c48f946b3e287081f7121ea300c28..7dd2600fbcc79bfc34795eaaa3a7aed3f035b7aa 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl |
+++ b/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl |
@@ -9,8 +9,7 @@ |
[ |
Constructor(DOMMatrixReadOnly matrix), |
Exposed=(Window,PaintWorklet), |
- RuntimeEnabled=CSSTypedOM, |
- RuntimeEnabled=GeometryInterfaces |
+ RuntimeEnabled=CSSTypedOM |
] interface CSSMatrixComponent : CSSTransformComponent { |
attribute DOMMatrix matrix; |
}; |