| Index: third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h
|
| index 46300f5dfc36e267261ffccf11a9326a9ce0f473..19ccc041f94092aa9ff1ff601f2fbbc7be8b912e 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h
|
| @@ -56,8 +56,6 @@ public:
|
| static PassOwnPtr<InjectedScriptHost> create(V8DebuggerImpl*, V8InspectorSessionImpl*);
|
| ~InjectedScriptHost();
|
|
|
| - void disconnect();
|
| -
|
| void addInspectedObject(PassOwnPtr<V8RuntimeAgent::Inspectable>);
|
| void clearInspectedObjects();
|
| V8RuntimeAgent::Inspectable* inspectedObject(unsigned num);
|
| @@ -81,8 +79,6 @@ private:
|
|
|
| V8DebuggerImpl* m_debugger;
|
| V8InspectorSessionImpl* m_session;
|
| - OwnPtr<V8RuntimeAgent::InspectCallback> m_inspectCallback;
|
| - OwnPtr<V8RuntimeAgent::ClearConsoleCallback> m_clearConsoleCallback;
|
| protocol::Vector<OwnPtr<V8RuntimeAgent::Inspectable>> m_inspectedObjects;
|
| v8::Global<v8::FunctionTemplate> m_wrapperTemplate;
|
| };
|
|
|