| Index: runtime/bin/socket.h
|
| diff --git a/runtime/bin/socket.h b/runtime/bin/socket.h
|
| index 35d4acc870fa911e906958468097a506a7a5c2b6..1afc05e58a3bfbd6ff6ee58365dbc21b17093b98 100644
|
| --- a/runtime/bin/socket.h
|
| +++ b/runtime/bin/socket.h
|
| @@ -469,7 +469,7 @@ class ListeningSocketRegistry {
|
| void InsertByFd(intptr_t fd, OSSocket* socket);
|
| void RemoveByFd(intptr_t fd);
|
|
|
| - bool CloseOneSafe(OSSocket* os_socket);
|
| + bool CloseOneSafe(OSSocket* os_socket, bool update_hash_maps);
|
| void CloseAllSafe();
|
|
|
| HashMap sockets_by_port_;
|
|
|