| 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 3c6753360f4214ba0ea4507439995b7b8922fc9c..f0d5a886db9dee44ed0e2418dbe9448ad37c24ce 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -78,7 +78,6 @@ public:
|
| void reportException(const WTF::String&, std::unique_ptr<SourceLocation>) override;
|
| void reportConsoleMessage(ConsoleMessage*) override;
|
| void postMessageToPageInspector(const WTF::String&) override;
|
| - void postWorkerConsoleAgentEnabled() override { }
|
| void didEvaluateWorkerScript(bool success) override { }
|
| void workerGlobalScopeStarted(WorkerGlobalScope*) override;
|
| void workerGlobalScopeClosed() override;
|
|
|