| Index: webkit/glue/devtools/debugger_agent.h
|
| ===================================================================
|
| --- webkit/glue/devtools/debugger_agent.h (revision 20134)
|
| +++ webkit/glue/devtools/debugger_agent.h (working copy)
|
| @@ -35,8 +35,8 @@
|
| METHOD4) \
|
| METHOD1(DebuggerOutput, std::string /* output text */) \
|
| \
|
| - /* Response to GetContextId. */ \
|
| - METHOD1(DidGetContextId, int /* context id */) \
|
| + /* Pushes debugger context id into the client. */ \
|
| + METHOD1(SetContextId, int /* context id */) \
|
| \
|
| /* Response to IsProfilingStarted. */ \
|
| METHOD1(DidIsProfilingStarted, bool /* is_started */) \
|
|
|