Index: third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h |
diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h b/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h |
index 2271421d2cdd0ab35110c62908147b70b402eee7..5ceb933fb6efe1d518a810a4591b447e62bb0eeb 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h |
@@ -164,7 +164,7 @@ public: |
return EventTargetNames::DedicatedWorkerGlobalScope; |
} |
- void logExceptionToConsole(const String&, std::unique_ptr<SourceLocation>) override |
+ void exceptionThrown(const String&, std::unique_ptr<SourceLocation>) override |
{ |
} |