summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/debugger_agent_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/devtools/debugger_agent_impl.h')
-rw-r--r--webkit/glue/devtools/debugger_agent_impl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/glue/devtools/debugger_agent_impl.h b/webkit/glue/devtools/debugger_agent_impl.h
index 90f1d34..36c9367 100644
--- a/webkit/glue/devtools/debugger_agent_impl.h
+++ b/webkit/glue/devtools/debugger_agent_impl.h
@@ -57,11 +57,6 @@ class DebuggerAgentImpl : public DebuggerAgent {
const WebCore::String& json_args,
WebCore::String* exception);
- WebCore::String EvaluateJavaScript(
- v8::Handle<v8::Context> utility_context,
- const WebCore::String& source,
- WebCore::String* exception);
-
WebCore::Page* GetPage();
WebDevToolsAgentImpl* webdevtools_agent() { return webdevtools_agent_; };