| Index: third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
|
| index 61887514c674388b925e8693aff164c143f45b96..1d06a3d08b505d3b67fb5ed8dd70fddd8cb2e9b1 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
|
| @@ -46,10 +46,7 @@ void InspectorMemoryAgent::getDOMCounters(ErrorString*, int* documents, int* nod
|
| *jsEventListeners = InstanceCounters::counterValue(InstanceCounters::JSEventListenerCounter);
|
| }
|
|
|
| -InspectorMemoryAgent::InspectorMemoryAgent()
|
| - : InspectorBaseAgent<InspectorMemoryAgent, protocol::Memory::Frontend>("Memory")
|
| -{
|
| -}
|
| +InspectorMemoryAgent::InspectorMemoryAgent() = default;
|
|
|
| } // namespace blink
|
|
|
|
|