| Index: Source/core/inspector/PageConsoleAgent.cpp
|
| diff --git a/Source/core/inspector/PageConsoleAgent.cpp b/Source/core/inspector/PageConsoleAgent.cpp
|
| index 1c34437223aa9abe7f7b3ca037c0e7429035546a..e5edadf47d856e7ac5d56a55e5eb0e49b1973f04 100644
|
| --- a/Source/core/inspector/PageConsoleAgent.cpp
|
| +++ b/Source/core/inspector/PageConsoleAgent.cpp
|
| @@ -39,16 +39,14 @@
|
|
|
| namespace WebCore {
|
|
|
| -PageConsoleAgent::PageConsoleAgent(InstrumentingAgents* instrumentingAgents, InspectorAgent* inspectorAgent, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, InspectorDOMAgent* domAgent)
|
| +PageConsoleAgent::PageConsoleAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, InspectorDOMAgent* domAgent)
|
| : InspectorConsoleAgent(instrumentingAgents, state, injectedScriptManager)
|
| - , m_inspectorAgent(inspectorAgent)
|
| , m_inspectorDOMAgent(domAgent)
|
| {
|
| }
|
|
|
| PageConsoleAgent::~PageConsoleAgent()
|
| {
|
| - m_inspectorAgent = 0;
|
| m_inspectorDOMAgent = 0;
|
| }
|
|
|
|
|