| Index: Source/core/inspector/InspectorRuntimeAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorRuntimeAgent.cpp b/Source/core/inspector/InspectorRuntimeAgent.cpp
|
| index 3bde9d21a38fc3201bd77f6a1aa6b0b064ea1e2c..1e37712ec04adc2b75bf40fd80f25482ea3d7246 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)
|
|
|