diff options
Diffstat (limited to 'webkit/glue/devtools/debugger_agent_impl.h')
-rw-r--r-- | webkit/glue/devtools/debugger_agent_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/devtools/debugger_agent_impl.h b/webkit/glue/devtools/debugger_agent_impl.h index ea1b0b3..c03d3cc 100644 --- a/webkit/glue/devtools/debugger_agent_impl.h +++ b/webkit/glue/devtools/debugger_agent_impl.h @@ -50,9 +50,10 @@ class DebuggerAgentImpl : public DebuggerAgent { // Executes function with the given name in the utility context. Passes node // and json args as parameters. Note that the function called must be - // implemented in the inject.js file. + // implemented in the inject_dispatch.js file. WebCore::String ExecuteUtilityFunction( v8::Handle<v8::Context> context, + const char* object, const WebCore::String& function_name, const WebCore::String& json_args, WebCore::String* exception); |