| Index: webkit/glue/webdevtoolsfrontend_impl.h
|
| ===================================================================
|
| --- webkit/glue/webdevtoolsfrontend_impl.h (revision 34040)
|
| +++ webkit/glue/webdevtoolsfrontend_impl.h (working copy)
|
| @@ -29,7 +29,6 @@
|
| class BoundObject;
|
| class JsDebuggerAgentBoundObj;
|
| class JsNetAgentBoundObj;
|
| -class JsProfilerAgentBoundObj;
|
| class JsToolsAgentBoundObj;
|
| class ToolsAgentNativeDelegateImpl;
|
| class WebDevToolsClientDelegate;
|
| @@ -96,7 +95,6 @@
|
| String application_locale_;
|
| OwnPtr<BoundObject> debugger_command_executor_obj_;
|
| OwnPtr<JsDebuggerAgentBoundObj> debugger_agent_obj_;
|
| - OwnPtr<JsProfilerAgentBoundObj> profiler_agent_obj_;
|
| OwnPtr<JsToolsAgentBoundObj> tools_agent_obj_;
|
| bool loaded_;
|
| Vector<Vector<String> > pending_incoming_messages_;
|
|
|