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 2bbfaa865627a17625dfbc751ada0eb494480289..804a697cf203ef9d6025ba395c53559bd6c964c2 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; |
+ |
+ readonly attribute DOMMatrixConstructor WebKitCSSMatrix; |
simonp
2017/05/04 08:35:21
This is different from what the spec requires. The
foolip
2017/05/04 14:43:25
This affects all of our aliases, so that's probabl
zino
2017/05/05 11:43:21
FYI, I tried simonp@'s test in latest chromium wit
|
}; |
// https://html.spec.whatwg.org/#transferable-objects |