Index: runtime/bin/dbg_connection_macos.h |
diff --git a/runtime/bin/dbg_connection_macos.h b/runtime/bin/dbg_connection_macos.h |
index 966570042c4d31d42f4ed8ece825a2ef235dbd2c..064238e59d081659b0b477ca8a13d4984c3642af 100644 |
--- a/runtime/bin/dbg_connection_macos.h |
+++ b/runtime/bin/dbg_connection_macos.h |
@@ -16,6 +16,7 @@ namespace bin { |
class DebuggerConnectionImpl { |
public: |
static void StartHandler(int port_number); |
+ static void StopHandler(intptr_t debug_fd) {} |
static intptr_t Send(intptr_t socket, const char* buf, int len); |
static intptr_t Receive(intptr_t socket, char* buf, int len); |