| 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 89c1ae036571ca799da71fa7d1cd676909702912..468e7a9236563bb7b02747fe76c2f7db4b84d4da 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -77,7 +77,7 @@ public:
|
| // WorkerReportingProxy methods:
|
| void reportException(
|
| const WTF::String&, int, int, const WTF::String&, int) override;
|
| - void reportConsoleMessage(RawPtr<ConsoleMessage>) override;
|
| + void reportConsoleMessage(ConsoleMessage*) override;
|
| void postMessageToPageInspector(const WTF::String&) override;
|
| void postWorkerConsoleAgentEnabled() override { }
|
| void didEvaluateWorkerScript(bool success) override { }
|
|
|