Chromium Code Reviews| Index: include/v8-debug.h |
| diff --git a/include/v8-debug.h b/include/v8-debug.h |
| index 2220b0402195ee8af2c4574b85b2f68d99fc8780..2f571f2ff56e5d19fcdee82143d4998413f0f7f8 100644 |
| --- a/include/v8-debug.h |
| +++ b/include/v8-debug.h |
| @@ -263,6 +263,8 @@ class EXPORT Debug { |
| */ |
| static bool EnableAgent(const char* name, int port, |
| bool wait_for_connection = false); |
| + |
| + static void ProcessDebuggerCommands(); |
| }; |