| Index: third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| index 79bcbb5c11c1585057fdf8f76509cbc23af327d3..60b6ebf1db80babff7ac7233b69e5879bee92018 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| @@ -76,7 +76,7 @@ class Frame;
|
| // security checks for same-origin/cross-origin access to the Window interface.
|
| // When the check passes (i.e. the access is same-origin), the access is
|
| // forwarded to the inner global object of the active Document in this
|
| -// WindowProxy's Frame).
|
| +// WindowProxy's Frame.
|
| //
|
| // When the security check fails, the access is delegated to the outer global
|
| // proxy's cross-origin interceptors. The cross-origin interceptors may choose
|
|
|