| Index: webkit/glue/devtools/debugger_agent_impl.h
|
| ===================================================================
|
| --- webkit/glue/devtools/debugger_agent_impl.h (revision 14719)
|
| +++ webkit/glue/devtools/debugger_agent_impl.h (working copy)
|
| @@ -42,7 +42,8 @@
|
| WebCore::String ExecuteUtilityFunction(
|
| const WebCore::String& function_name,
|
| WebCore::Node* node,
|
| - const WebCore::String& json_args);
|
| + const WebCore::String& json_args,
|
| + WebCore::String* exception);
|
|
|
| static void RunWithDeferredMessages(
|
| const HashSet<DebuggerAgentImpl*>& agents,
|
|
|