| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
|
| index ee3175f22a564346a58a8c27fb7c2a6f50eecaa8..0e4613bf0a11ccc20c4157407773d9d2437f8fc0 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
|
| @@ -11,7 +11,7 @@
|
|
|
| namespace blink {
|
|
|
| -class PLATFORM_EXPORT V8ProfilerAgent : public protocol::Dispatcher::ProfilerCommandHandler, public V8Debugger::Agent<protocol::Frontend::Profiler> {
|
| +class PLATFORM_EXPORT V8ProfilerAgent : public protocol::Backend::Profiler, public V8Debugger::Agent<protocol::Frontend::Profiler> {
|
| public:
|
| static PassOwnPtr<V8ProfilerAgent> create(V8Debugger*);
|
| virtual ~V8ProfilerAgent() { }
|
|
|