| Index: src/shared/native_socket_macos.cc
|
| diff --git a/src/shared/native_socket_macos.cc b/src/shared/native_socket_macos.cc
|
| index 38fec7a984b052b923d104ba5e5e3413cde54bca..51ab32d118a96731255b6209be9f0756a2916e7b 100644
|
| --- a/src/shared/native_socket_macos.cc
|
| +++ b/src/shared/native_socket_macos.cc
|
| @@ -2,14 +2,14 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE.md file.
|
|
|
| -#if defined(FLETCH_TARGET_OS_MACOS) && defined(FLETCH_ENABLE_LIVE_CODING)
|
| +#if defined(DARTINO_TARGET_OS_MACOS) && defined(DARTINO_ENABLE_LIVE_CODING)
|
|
|
| #include "src/shared/native_socket.h"
|
|
|
| -namespace fletch {
|
| +namespace dartino {
|
|
|
| bool Socket::ShouldRetryAccept(int error) { return false; }
|
|
|
| -} // namespace fletch
|
| +} // namespace dartino
|
|
|
| -#endif // def'd(FLETCH_TARGET_OS_MACOS) && def'd(FLETCH_ENABLE_LIVE_CODING)
|
| +#endif // def'd(DARTINO_TARGET_OS_MACOS) && def'd(DARTINO_ENABLE_LIVE_CODING)
|
|
|