summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webdevtoolsclient_impl.h
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-14 09:26:04 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-14 09:26:04 +0000
commitd342eb38154f47b3deea6c46a80bd3767e6fdff9 (patch)
tree3d7e4bf1a36d3f7681cb762f9dc0ebba23edfe59 /webkit/glue/webdevtoolsclient_impl.h
parent4eddcddf2737503c440bbdef106f5a6436d71670 (diff)
downloadchromium_src-d342eb38154f47b3deea6c46a80bd3767e6fdff9.zip
chromium_src-d342eb38154f47b3deea6c46a80bd3767e6fdff9.tar.gz
chromium_src-d342eb38154f47b3deea6c46a80bd3767e6fdff9.tar.bz2
DevTools: dom_agent is dead. Long live InspectorDOMAgent.
Review URL: http://codereview.chromium.org/165526 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23429 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webdevtoolsclient_impl.h')
-rw-r--r--webkit/glue/webdevtoolsclient_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/webdevtoolsclient_impl.h b/webkit/glue/webdevtoolsclient_impl.h
index ce07dd4..3e5b250 100644
--- a/webkit/glue/webdevtoolsclient_impl.h
+++ b/webkit/glue/webdevtoolsclient_impl.h
@@ -24,7 +24,6 @@ class String;
class BoundObject;
class JsDebuggerAgentBoundObj;
-class JsDomAgentBoundObj;
class JsNetAgentBoundObj;
class JsToolsAgentBoundObj;
class ToolsAgentNativeDelegateImpl;
@@ -74,7 +73,6 @@ class WebDevToolsClientImpl : public WebDevToolsClient,
WebDevToolsClientDelegate* delegate_;
OwnPtr<CppBoundClass> debugger_command_executor_obj_;
OwnPtr<JsDebuggerAgentBoundObj> debugger_agent_obj_;
- OwnPtr<JsDomAgentBoundObj> dom_agent_obj_;
OwnPtr<JsToolsAgentBoundObj> tools_agent_obj_;
bool loaded_;
Vector<std::string> pending_incoming_messages_;