summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp b/chromium/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
index c754aa09195..404018fbc70 100644
--- a/chromium/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
+++ b/chromium/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
@@ -47,8 +47,8 @@ void InspectorMemoryAgent::getDOMCounters(ErrorString*, int* documents, int* nod
*jsEventListeners = InspectorCounters::counterValue(InspectorCounters::JSEventListenerCounter);
}
-InspectorMemoryAgent::InspectorMemoryAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state)
- : InspectorBaseAgent<InspectorMemoryAgent>("Memory", instrumentingAgents, state)
+InspectorMemoryAgent::InspectorMemoryAgent()
+ : InspectorBaseAgent<InspectorMemoryAgent>("Memory")
, m_frontend(0)
{
}