| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| index a4bf0d880bd7b81c054dbdc43f610aedfe5b7fec..7c7031dbb25f6aae44509253178a2326d0487f42 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -75,8 +75,7 @@ public:
|
| explicit WebSharedWorkerImpl(WebSharedWorkerClient*);
|
|
|
| // WorkerReportingProxy methods:
|
| - void reportException(
|
| - const WTF::String&, int, int, const WTF::String&, int) override;
|
| + void reportException(const WTF::String&, PassOwnPtr<SourceLocation>) override;
|
| void reportConsoleMessage(ConsoleMessage*) override;
|
| void postMessageToPageInspector(const WTF::String&) override;
|
| void postWorkerConsoleAgentEnabled() override { }
|
|
|