| Index: include/v8-debug.h
|
| ===================================================================
|
| --- include/v8-debug.h (revision 1626)
|
| +++ include/v8-debug.h (working copy)
|
| @@ -131,7 +131,8 @@
|
| static void DebugBreak();
|
|
|
| // Message based interface. The message protocol is JSON.
|
| - static void SetMessageHandler(DebugMessageHandler handler, void* data = NULL);
|
| + static void SetMessageHandler(DebugMessageHandler handler, void* data = NULL,
|
| + bool message_handler_thread = true);
|
| static void SendCommand(const uint16_t* command, int length);
|
|
|
| // Dispatch interface.
|
|
|