| Index: third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h
|
| index 84f24428e50febcb92b646fec05c6c3e01e1be0b..40535dda5009ac652f073484395d15c057235a85 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h
|
| @@ -47,7 +47,7 @@ namespace blink {
|
| class V8HeapProfilerAgent;
|
| class V8RuntimeAgent;
|
|
|
| -class CORE_EXPORT InspectorHeapProfilerAgent final : public InspectorBaseAgent<InspectorHeapProfilerAgent, protocol::Frontend::HeapProfiler>, public protocol::Dispatcher::HeapProfilerCommandHandler {
|
| +class CORE_EXPORT InspectorHeapProfilerAgent final : public InspectorBaseAgent<InspectorHeapProfilerAgent, protocol::Frontend::HeapProfiler>, public protocol::Backend::HeapProfiler {
|
| WTF_MAKE_NONCOPYABLE(InspectorHeapProfilerAgent);
|
| USING_FAST_MALLOC_WILL_BE_REMOVED(InspectorHeapProfilerAgent);
|
| public:
|
|
|