| Index: webkit/glue/webdevtoolsfrontend_impl.h
|
| diff --git a/webkit/glue/webdevtoolsfrontend_impl.h b/webkit/glue/webdevtoolsfrontend_impl.h
|
| index 7540c7d7e3cd2b3a72b02b10fd90e01c0614163d..769a612f7e1cef55672903ebbed674643a706ce1 100644
|
| --- a/webkit/glue/webdevtoolsfrontend_impl.h
|
| +++ b/webkit/glue/webdevtoolsfrontend_impl.h
|
| @@ -29,6 +29,7 @@ class WebViewImpl;
|
| class BoundObject;
|
| class JsDebuggerAgentBoundObj;
|
| class JsNetAgentBoundObj;
|
| +class JsProfilerAgentBoundObj;
|
| class JsToolsAgentBoundObj;
|
| class ToolsAgentNativeDelegateImpl;
|
| class WebDevToolsClientDelegate;
|
| @@ -95,6 +96,7 @@ class WebDevToolsFrontendImpl : public WebKit::WebDevToolsFrontend,
|
| 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_;
|
|
|