Index: Source/core/inspector/WorkerRuntimeAgent.cpp |
diff --git a/Source/core/inspector/WorkerRuntimeAgent.cpp b/Source/core/inspector/WorkerRuntimeAgent.cpp |
index 8ddd4b216ac47c3a232cf8014dd98e7e01ea4146..9cb01c441bcc60d03f384f4032e037635ce567ef 100644 |
--- a/Source/core/inspector/WorkerRuntimeAgent.cpp |
+++ b/Source/core/inspector/WorkerRuntimeAgent.cpp |
@@ -42,7 +42,7 @@ |
namespace WebCore { |
-WorkerRuntimeAgent::WorkerRuntimeAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, ScriptDebugServer* scriptDebugServer, WorkerContext* workerContext) |
+WorkerRuntimeAgent::WorkerRuntimeAgent(InstrumentingAgents* instrumentingAgents, InspectorState* state, InjectedScriptManager* injectedScriptManager, ScriptDebugServer* scriptDebugServer, WorkerContext* workerContext) |
: InspectorRuntimeAgent(instrumentingAgents, state, injectedScriptManager, scriptDebugServer) |
, m_workerContext(workerContext) |
, m_paused(false) |