| Index: third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| index e3165399fd23ba1a14de9f239ee9f206d799c0e4..049f709ab4ab54d4e424bcbf41f49883b535e58a 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| @@ -43,7 +43,7 @@ class InjectedScript;
|
| class InspectedContext;
|
| class RemoteObjectIdBase;
|
| class V8ConsoleMessage;
|
| -class V8DebuggerImpl;
|
| +class V8InspectorImpl;
|
| class V8InspectorSessionImpl;
|
|
|
| namespace protocol {
|
| @@ -130,7 +130,7 @@ private:
|
| V8InspectorSessionImpl* m_session;
|
| protocol::DictionaryValue* m_state;
|
| protocol::Runtime::Frontend m_frontend;
|
| - V8DebuggerImpl* m_debugger;
|
| + V8InspectorImpl* m_inspector;
|
| bool m_enabled;
|
| protocol::HashMap<String16, std::unique_ptr<v8::Global<v8::Script>>> m_compiledScripts;
|
| };
|
|
|