| Index: Source/core/inspector/InspectorConsoleAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorConsoleAgent.cpp b/Source/core/inspector/InspectorConsoleAgent.cpp
|
| index c09dd7718d5f66f543940f409a0f7f09d646d27e..376a6aebb2a18ae3dda3ddf732da49d7df611749 100644
|
| --- a/Source/core/inspector/InspectorConsoleAgent.cpp
|
| +++ b/Source/core/inspector/InspectorConsoleAgent.cpp
|
| @@ -64,8 +64,8 @@ static const char consoleMessagesEnabled[] = "consoleMessagesEnabled";
|
|
|
| int InspectorConsoleAgent::s_enabledAgentCount = 0;
|
|
|
| -InspectorConsoleAgent::InspectorConsoleAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager)
|
| - : InspectorBaseAgent<InspectorConsoleAgent>("Console", instrumentingAgents, state)
|
| +InspectorConsoleAgent::InspectorConsoleAgent(InstrumentingAgents* instrumentingAgents, InspectorState* state, InjectedScriptManager* injectedScriptManager)
|
| + : InspectorBaseAgent(instrumentingAgents, state)
|
| , m_injectedScriptManager(injectedScriptManager)
|
| , m_frontend(0)
|
| , m_previousMessage(0)
|
|
|