Index: include/v8-debug.h |
=================================================================== |
--- include/v8-debug.h (revision 3457) |
+++ include/v8-debug.h (working copy) |
@@ -258,11 +258,8 @@ |
* supplied TCP/IP port for remote debugger connection. |
* \param name the name of the embedding application |
* \param port the TCP/IP port to listen on |
- * \param wait_for_connection whether V8 should pause on a first breakpoint |
- * allowing remote debugger to connect before anything interesting happened |
*/ |
- static bool EnableAgent(const char* name, int port, |
- bool wait_for_connection = false); |
+ static bool EnableAgent(const char* name, int port); |
}; |