| 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 fb0978971363b632be698a4a3a0cb4421d99d933..379de81959eaba6205ee6b9291b942e99e861563 100644
|
| --- a/third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| @@ -38,7 +38,7 @@ public:
|
| DOMTimerCoordinator* timers() override { return nullptr; }
|
|
|
| void addConsoleMessage(ConsoleMessage*) override { }
|
| - void logExceptionToConsole(const String& errorMessage, std::unique_ptr<SourceLocation>) override { }
|
| + void exceptionThrown(const String& errorMessage, std::unique_ptr<SourceLocation>) override { }
|
|
|
| void setIsSecureContext(bool);
|
| bool isSecureContext(String& errorMessage, const SecureContextCheck = StandardSecureContextCheck) const override;
|
|
|