| 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 9883edf4b8dab7d4fe7b7696e9c8b2f0d49cf069..9f88e8c70583a206f22c1cda0833cb81d6f9c460 100644
|
| --- a/third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| @@ -40,6 +40,7 @@ public:
|
| void addConsoleMessage(PassRefPtrWillBeRawPtr<ConsoleMessage>) override { }
|
| void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>) override { }
|
|
|
| + void setIsSecureContext(bool);
|
| bool isSecureContext(String& errorMessage, const SecureContextCheck = StandardSecureContextCheck) const override;
|
|
|
| DEFINE_INLINE_TRACE()
|
| @@ -63,6 +64,7 @@ protected:
|
|
|
| private:
|
| bool m_tasksNeedSuspension;
|
| + bool m_isSecureContext;
|
| OwnPtrWillBeMember<EventQueue> m_queue;
|
|
|
| KURL m_dummyURL;
|
|
|