diff options
Diffstat (limited to 'webkit/glue/webdevtoolsfrontend_impl.h')
-rw-r--r-- | webkit/glue/webdevtoolsfrontend_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/webdevtoolsfrontend_impl.h b/webkit/glue/webdevtoolsfrontend_impl.h index 7540c7d..769a612 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_; |