diff options
Diffstat (limited to 'webkit/glue/webdevtoolsclient_impl.h')
-rw-r--r-- | webkit/glue/webdevtoolsclient_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/webdevtoolsclient_impl.h b/webkit/glue/webdevtoolsclient_impl.h index b2877a9..3309eeb 100644 --- a/webkit/glue/webdevtoolsclient_impl.h +++ b/webkit/glue/webdevtoolsclient_impl.h @@ -17,6 +17,7 @@ namespace WebCore { class String; } +class JsDebuggerAgentBoundObj; class JsDomAgentBoundObj; class JsNetAgentBoundObj; class JsToolsAgentBoundObj; @@ -44,6 +45,8 @@ class WebDevToolsClientImpl : public WebDevToolsClient, WebViewImpl* web_view_impl_; WebDevToolsClientDelegate* delegate_; + OwnPtr<CppBoundClass> debugger_command_executor_obj_; + OwnPtr<JsDebuggerAgentBoundObj> debugger_agent_obj_; OwnPtr<JsDomAgentBoundObj> dom_agent_obj_; OwnPtr<JsNetAgentBoundObj> net_agent_obj_; OwnPtr<JsToolsAgentBoundObj> tools_agent_obj_; |