| 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 4838afdc774c1a1d1bbe703193271a84e97385d9..9ffac889666ea9cf9f2832a90a387b3190bef4d8 100644
|
| --- a/third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| @@ -41,6 +41,7 @@ public:
|
| void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>) override { }
|
|
|
| bool isSecureContext(String& errorMessage, const SecureContextCheck = StandardSecureContextCheck) const override;
|
| + bool isSecureContext(const SecureContextCheck = StandardSecureContextCheck) const override;
|
|
|
| DEFINE_INLINE_TRACE()
|
| {
|
|
|