| 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..6fb0d41591fae76fb99bf58ea316be0a844f9f93 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 DOMRectConstructor ClientRect;
|
| };
|
|
|
| // https://html.spec.whatwg.org/#transferable-objects
|
|
|