| 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 8df3b94f495c3b0d630cf664af79b75d309952d7..68a0a0bf738e7cc333f491f2f789049884dcf4aa 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 exceptionThrown(const String& errorMessage, std::unique_ptr<SourceLocation>) override;
|
| + void exceptionThrown(ErrorEvent*) override;
|
|
|
| String m_name;
|
| };
|
|
|