| Index: Source/core/inspector/PageConsoleAgent.cpp
|
| diff --git a/Source/core/inspector/PageConsoleAgent.cpp b/Source/core/inspector/PageConsoleAgent.cpp
|
| index e5edadf47d856e7ac5d56a55e5eb0e49b1973f04..895083d24f8e10df853ba2466d53e1941d6fdec0 100644
|
| --- a/Source/core/inspector/PageConsoleAgent.cpp
|
| +++ b/Source/core/inspector/PageConsoleAgent.cpp
|
| @@ -39,8 +39,8 @@
|
|
|
| namespace WebCore {
|
|
|
| -PageConsoleAgent::PageConsoleAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, InspectorDOMAgent* domAgent)
|
| - : InspectorConsoleAgent(instrumentingAgents, state, injectedScriptManager)
|
| +PageConsoleAgent::PageConsoleAgent(InstrumentingAgents* instrumentingAgents, InspectorTimelineAgent* timelineAgent, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, InspectorDOMAgent* domAgent)
|
| + : InspectorConsoleAgent(instrumentingAgents, timelineAgent, state, injectedScriptManager)
|
| , m_inspectorDOMAgent(domAgent)
|
| {
|
| }
|
|
|