Chromium Code Reviews| Index: src/api.cc |
| =================================================================== |
| --- src/api.cc (revision 3457) |
| +++ src/api.cc (working copy) |
| @@ -3741,8 +3741,8 @@ |
| } |
| -bool Debug::EnableAgent(const char* name, int port, bool wait_for_connection) { |
| - return i::Debugger::StartAgent(name, port, wait_for_connection); |
| +bool Debug::EnableAgent(const char* name, int port) { |
| + return i::Debugger::StartAgent(name, port); |
| } |
| #endif // ENABLE_DEBUGGER_SUPPORT |