Chromium Code Reviews| 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 08a3c6fbc961f50fe73f75c497f88abd224f36b8..156c1f384de2517a2266ebc0d2196b570814e29d 100644 |
| --- a/third_party/WebKit/Source/core/frame/Window.idl |
| +++ b/third_party/WebKit/Source/core/frame/Window.idl |
| @@ -185,6 +185,9 @@ |
| attribute EventHandler onwebkittransitionend; |
| attribute EventHandler onwheel; |
| + // https://w3c.github.io/webappsec/specs/powerfulfeatures/#monkey-patching-global-object |
| + readonly attribute boolean isSecureContext; |
|
philipj_slow
2015/09/28 15:20:26
Why not a partial interface like in the spec, do y
|
| + |
| // window.toString() requires special handling in V8 |
| [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] stringifier; |
| }; |