summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/tools_agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/devtools/tools_agent.h')
-rw-r--r--webkit/glue/devtools/tools_agent.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/glue/devtools/tools_agent.h b/webkit/glue/devtools/tools_agent.h
index d98559e..2ff584e 100644
--- a/webkit/glue/devtools/tools_agent.h
+++ b/webkit/glue/devtools/tools_agent.h
@@ -44,8 +44,7 @@ DEFINE_RPC_CLASS(ToolsAgent, TOOLS_AGENT_STRUCT)
METHOD2(DidExecuteUtilityFunction, int /* call_id */, String /* json */) \
\
/* Adds message to console. */ \
- METHOD3(AddMessageToConsole, String /* message */, \
- String /* source_id */, int /* line_no */)
+ METHOD1(AddMessageToConsole, Value /* message */)
DEFINE_RPC_CLASS(ToolsAgentDelegate, TOOLS_AGENT_DELEGATE_STRUCT)