| Index: third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
|
| index db6969b92219b4e7e33cf4c725c10d2a939e3d8f..3e0fcb3006d95b94480f54cdca54325119f66068 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
|
| @@ -71,7 +71,6 @@ private:
|
| // InspectorSession::Client implementation.
|
| void sendProtocolMessage(int sessionId, int callId, const String& response, const String& state) override;
|
| void resumeStartup() override;
|
| - void consoleEnabled() override;
|
|
|
| WorkerThreadDebugger* m_debugger;
|
| Member<WorkerGlobalScope> m_workerGlobalScope;
|
|
|