diff options
Diffstat (limited to 'webkit/glue/webdevtoolsagent_impl.h')
-rw-r--r-- | webkit/glue/webdevtoolsagent_impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/glue/webdevtoolsagent_impl.h b/webkit/glue/webdevtoolsagent_impl.h index d06705e..599bc0f 100644 --- a/webkit/glue/webdevtoolsagent_impl.h +++ b/webkit/glue/webdevtoolsagent_impl.h @@ -48,9 +48,6 @@ class WebDevToolsAgentImpl int call_id, const WebCore::String& function_name, const WebCore::String& json_args); - virtual void EvaluateJavaScript( - int call_id, - const WebCore::String& source); virtual void ClearConsoleMessages(); virtual void GetResourceContent( int call_id, |