diff options
Diffstat (limited to 'webkit/glue/webdevtoolsagent_impl.h')
-rw-r--r-- | webkit/glue/webdevtoolsagent_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/webdevtoolsagent_impl.h b/webkit/glue/webdevtoolsagent_impl.h index af5b271..0df46d9 100644 --- a/webkit/glue/webdevtoolsagent_impl.h +++ b/webkit/glue/webdevtoolsagent_impl.h @@ -17,6 +17,7 @@ namespace WebCore { class Document; class Node; +class ScriptState; class String; } @@ -86,6 +87,7 @@ class WebDevToolsAgentImpl void UnhideResourcesPanelIfNecessary(); void InitDevToolsAgentHost(); + void ResetInspectorFrontendProxy(); int host_id_; WebDevToolsAgentDelegate* delegate_; @@ -99,6 +101,7 @@ class WebDevToolsAgentImpl // for matching rules. v8::Persistent<v8::Context> utility_context_; OwnPtr<BoundObject> devtools_agent_host_; + OwnPtr<WebCore::ScriptState> inspector_frontend_script_state_; DISALLOW_COPY_AND_ASSIGN(WebDevToolsAgentImpl); }; |