Index: Source/core/inspector/InspectorRuntimeAgent.cpp |
diff --git a/Source/core/inspector/InspectorRuntimeAgent.cpp b/Source/core/inspector/InspectorRuntimeAgent.cpp |
index c042fe23504da58ff305e53d0ac22e897c4ff460..4f761166c61802b1eef834646fbad6f3252c1c7d 100644 |
--- a/Source/core/inspector/InspectorRuntimeAgent.cpp |
+++ b/Source/core/inspector/InspectorRuntimeAgent.cpp |
@@ -46,8 +46,8 @@ static bool asBool(const bool* const b) |
return b ? *b : false; |
} |
-InspectorRuntimeAgent::InspectorRuntimeAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, ScriptDebugServer* scriptDebugServer) |
- : InspectorBaseAgent<InspectorRuntimeAgent>("Runtime", instrumentingAgents, state) |
+InspectorRuntimeAgent::InspectorRuntimeAgent(InstrumentingAgents* instrumentingAgents, InspectorState* state, InjectedScriptManager* injectedScriptManager, ScriptDebugServer* scriptDebugServer) |
+ : InspectorBaseAgent(instrumentingAgents, state) |
, m_enabled(false) |
, m_injectedScriptManager(injectedScriptManager) |
, m_scriptDebugServer(scriptDebugServer) |