| Index: third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h
|
| index 612621b08b6b9f4a2f3929d6ed8b6b9a95791dfd..e5f98c486623bf588a26e29eb11488f744a622f9 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h
|
| @@ -16,7 +16,6 @@ class Isolate;
|
|
|
| namespace blink {
|
|
|
| -class V8DebuggerImpl;
|
| class V8InspectorSessionImpl;
|
|
|
| class V8ProfilerAgentImpl : public V8ProfilerAgent {
|
| @@ -52,7 +51,7 @@ private:
|
|
|
| bool isRecording() const;
|
|
|
| - V8DebuggerImpl* m_debugger;
|
| + V8InspectorSessionImpl* m_session;
|
| v8::Isolate* m_isolate;
|
| protocol::DictionaryValue* m_state;
|
| protocol::Frontend::Profiler* m_frontend;
|
|
|