| Index: third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| index 4778d3d6b1f43d4ef7453a125cae077b945738cf..73785b2f96fdb625a4bcc3d6a1dfddc9d91108df 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| @@ -189,10 +189,9 @@ bool ExecutionContext::IsWindowInteractionAllowed() const {
|
| return window_interaction_tokens_ > 0;
|
| }
|
|
|
| -bool ExecutionContext::IsSecureContext(
|
| - const SecureContextCheck privilege_context_check) const {
|
| +bool ExecutionContext::IsSecureContext() const {
|
| String unused_error_message;
|
| - return IsSecureContext(unused_error_message, privilege_context_check);
|
| + return IsSecureContext(unused_error_message);
|
| }
|
|
|
| String ExecutionContext::OutgoingReferrer() const {
|
|
|