Chromium Code Reviews| Index: runtime/bin/socket_linux.cc |
| diff --git a/runtime/bin/socket_linux.cc b/runtime/bin/socket_linux.cc |
| index c6e1fe1a885298ce14ab11e6416deb64d4c82ecd..87df8ff51047241b4724aa098fb9957f048d994d 100644 |
| --- a/runtime/bin/socket_linux.cc |
| +++ b/runtime/bin/socket_linux.cc |
| @@ -427,8 +427,8 @@ intptr_t ServerSocket::Accept(intptr_t fd) { |
| socket = kTemporaryFailure; |
| } |
| } else { |
| - FDUtils::SetNonBlocking(socket); |
| FDUtils::SetCloseOnExec(socket); |
| + FDUtils::SetNonBlocking(socket); |
| } |
| return socket; |
| } |