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 a8ee2a256cabb18e0f3cf7bc9d754bafec928fa7..b6fe5704394b3fa4e222df2ac14d509d711ecf54 100644 |
--- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h |
+++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h |
@@ -40,7 +40,6 @@ |
namespace blink { |
-class InspectorLogAgent; |
class InstrumentingAgents; |
class V8Debugger; |
class WorkerThread; |
@@ -72,13 +71,11 @@ private: |
// InspectorSession::Client implementation. |
void sendProtocolMessage(int sessionId, int callId, const String& response, const String& state) override; |
void resumeStartup() override; |
- void consoleCleared() override; |
WorkerThreadDebugger* m_debugger; |
WorkerThread* m_thread; |
Member<InstrumentingAgents> m_instrumentingAgents; |
Member<InspectorSession> m_session; |
- Member<InspectorLogAgent> m_logAgent; |
}; |
} // namespace blink |