summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webdevtoolsagent_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webdevtoolsagent_impl.cc')
-rw-r--r--webkit/glue/webdevtoolsagent_impl.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/webkit/glue/webdevtoolsagent_impl.cc b/webkit/glue/webdevtoolsagent_impl.cc
index 6ffd118..7267e4a 100644
--- a/webkit/glue/webdevtoolsagent_impl.cc
+++ b/webkit/glue/webdevtoolsagent_impl.cc
@@ -213,15 +213,6 @@ void WebDevToolsAgentImpl::ExecuteUtilityFunction(
result, exception);
}
-void WebDevToolsAgentImpl::EvaluateJavaScript(
- int call_id,
- const WebCore::String& source) {
- String exception;
- String result = debugger_agent_impl_->EvaluateJavaScript(utility_context_,
- source, &exception);
- tools_agent_delegate_stub_->DidEvaluateJavaScript(call_id, result, exception);
-}
-
void WebDevToolsAgentImpl::ClearConsoleMessages() {
Page* page = web_view_impl_->page();
if (page) {