Chromium Code Reviews| Index: runtime/bin/socket.h |
| diff --git a/runtime/bin/socket.h b/runtime/bin/socket.h |
| index 1d3a324eba0240f04f99b242749e5c630cc5caba..8ecff7ea553b0bc12188a725fa9420771b38f95a 100644 |
| --- a/runtime/bin/socket.h |
| +++ b/runtime/bin/socket.h |
| @@ -45,6 +45,8 @@ class Socket { |
| class ServerSocket { |
| public: |
| + static const intptr_t kTemporaryFailure = -2; |
| + |
| static intptr_t Accept(intptr_t fd); |
| static intptr_t CreateBindListen(const char* bindAddress, |
| intptr_t port, |