summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webdevtoolsagent_impl.h
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-02 17:25:26 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-02 17:25:26 +0000
commit4466656b396d9d9c973701904a51bf4722cca6d3 (patch)
tree03bb250c7354de42bc254a9560ec9b37030ed38e /webkit/glue/webdevtoolsagent_impl.h
parent75d112d2ab997e2e998007733602c7d1ca72f9ff (diff)
downloadchromium_src-4466656b396d9d9c973701904a51bf4722cca6d3.zip
chromium_src-4466656b396d9d9c973701904a51bf4722cca6d3.tar.gz
chromium_src-4466656b396d9d9c973701904a51bf4722cca6d3.tar.bz2
DevTools: Revert 19813 since it creates more problems than solves.
TBR=yurys git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19823 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webdevtoolsagent_impl.h')
-rw-r--r--webkit/glue/webdevtoolsagent_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/webdevtoolsagent_impl.h b/webkit/glue/webdevtoolsagent_impl.h
index 2c5d86f..64fd205 100644
--- a/webkit/glue/webdevtoolsagent_impl.h
+++ b/webkit/glue/webdevtoolsagent_impl.h
@@ -101,7 +101,6 @@ class WebDevToolsAgentImpl
// for matching rules.
v8::Persistent<v8::Context> utility_context_;
OwnPtr<BoundObject> devtools_agent_host_;
- std::string report_frame_navigate_url_;
DISALLOW_COPY_AND_ASSIGN(WebDevToolsAgentImpl);
};