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 c86c8b21790ac6626c5f682a9df2207544a54917..30b48bc539bdffe820b56dddd04cc6da84989623 100644 |
--- a/third_party/WebKit/Source/core/frame/Window.idl |
+++ b/third_party/WebKit/Source/core/frame/Window.idl |
@@ -198,6 +198,8 @@ |
// https://w3c.github.io/webappsec/specs/powerfulfeatures/#monkey-patching-global-object |
readonly attribute boolean isSecureContext; |
+ |
+ readonly attribute DOMMatrixConstructor WebKitCSSMatrix; |
zino
2017/03/17 15:54:31
I think partial interface is better if possible.
foolip
2017/03/21 08:47:30
That would be nice, but if moved up to after the W
|
}; |
// https://html.spec.whatwg.org/#transferable-objects |