| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| index 8a160dc47ddfc162c9401120eb9ec334d57c06bb..807b9a92b401cbf505956315f688a9d26fdce9ec 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -1429,8 +1429,7 @@ bool LocalDOMWindow::isSecureContext() const {
|
| if (!GetFrame())
|
| return false;
|
|
|
| - return document()->IsSecureContext(
|
| - ExecutionContext::kStandardSecureContextCheck);
|
| + return document()->IsSecureContext();
|
| }
|
|
|
| void LocalDOMWindow::AddedEventListener(
|
|
|