| Index: third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h
|
| index 4879f9a1f2800015ae02adc64cbcb6687956147e..8df3b94f495c3b0d630cf664af79b75d309952d7 100644
|
| --- a/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h
|
| @@ -65,7 +65,7 @@ public:
|
|
|
| private:
|
| SharedWorkerGlobalScope(const String& name, const KURL&, const String& userAgent, SharedWorkerThread*, std::unique_ptr<SecurityOrigin::PrivilegeData>, WorkerClients*);
|
| - void logExceptionToConsole(const String& errorMessage, std::unique_ptr<SourceLocation>) override;
|
| + void exceptionThrown(const String& errorMessage, std::unique_ptr<SourceLocation>) override;
|
|
|
| String m_name;
|
| };
|
|
|