| Index: third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| diff --git a/third_party/WebKit/Source/core/testing/NullExecutionContext.h b/third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| index 544f7c58a119422b7fadbf9a3da738a9deafcfbb..44c818af35a1d50b76df00a211305304c39cd473 100644
|
| --- a/third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| @@ -50,9 +50,7 @@ class NullExecutionContext final
|
| void ExceptionThrown(ErrorEvent*) override {}
|
|
|
| void SetIsSecureContext(bool);
|
| - bool IsSecureContext(
|
| - String& error_message,
|
| - const SecureContextCheck = kStandardSecureContextCheck) const override;
|
| + bool IsSecureContext(String& error_message) const override;
|
|
|
| void SetUpSecurityContext();
|
|
|
|
|