| Index: webkit/glue/devtools/tools_agent.h
|
| ===================================================================
|
| --- webkit/glue/devtools/tools_agent.h (revision 14723)
|
| +++ webkit/glue/devtools/tools_agent.h (working copy)
|
| @@ -41,7 +41,8 @@
|
| METHOD2(FrameNavigate, std::string /* url */, bool /* top_level */) \
|
| \
|
| /* Response to the GetNodeProperties. */ \
|
| - METHOD2(DidExecuteUtilityFunction, int /* call_id */, String /* json */) \
|
| + METHOD3(DidExecuteUtilityFunction, int /* call_id */, String /* result */, \
|
| + String /* exception */) \
|
| \
|
| /* Adds message to console. */ \
|
| METHOD1(AddMessageToConsole, Value /* message */)
|
|
|