| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8HeapProfilerAgent.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8HeapProfilerAgent.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8HeapProfilerAgent.h
|
| index 479da255b1c9213b7b4685cbd4cad0aff8df7607..30f8eee65b7277750fbbe7a9884e8ca859566192 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8HeapProfilerAgent.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8HeapProfilerAgent.h
|
| @@ -13,7 +13,7 @@ namespace blink {
|
|
|
| class V8RuntimeAgent;
|
|
|
| -class PLATFORM_EXPORT V8HeapProfilerAgent : public protocol::Dispatcher::HeapProfilerCommandHandler, public V8Debugger::Agent<protocol::Frontend::HeapProfiler> {
|
| +class PLATFORM_EXPORT V8HeapProfilerAgent : public protocol::Backend::HeapProfiler, public V8Debugger::Agent<protocol::Frontend::HeapProfiler> {
|
| public:
|
| static PassOwnPtr<V8HeapProfilerAgent> create(v8::Isolate*, V8RuntimeAgent*);
|
| virtual ~V8HeapProfilerAgent() { }
|
|
|