Index: third_party/WebKit/Source/core/frame/Window.idl |
diff --git a/third_party/WebKit/Source/core/frame/Window.idl b/third_party/WebKit/Source/core/frame/Window.idl |
index 3434eb3da0fc0c73948060ec2b2bd73e412d3fc3..f610832c02e320e35c2ae4a96e4e2d3be8abbdab 100644 |
--- a/third_party/WebKit/Source/core/frame/Window.idl |
+++ b/third_party/WebKit/Source/core/frame/Window.idl |
@@ -204,6 +204,8 @@ |
// https://w3c.github.io/webappsec/specs/powerfulfeatures/#monkey-patching-global-object |
readonly attribute boolean isSecureContext; |
+ |
+ attribute DOMMatrixConstructor WebKitCSSMatrix; |
}; |
// https://html.spec.whatwg.org/#transferable-objects |