Index: runtime/bin/socket_patch.dart |
diff --git a/runtime/bin/socket_patch.dart b/runtime/bin/socket_patch.dart |
index bbfceb8687e1b481dc7388dfd0dee6ee59bd8540..5c87fed28f3ea86d216b488f05fe465d272f8278 100644 |
--- a/runtime/bin/socket_patch.dart |
+++ b/runtime/bin/socket_patch.dart |
@@ -1064,7 +1064,7 @@ class _NativeSocket extends _NativeSocketNativeWrapper with _ServiceObject { |
nativeCreateConnect(List<int> addr, int port) native "Socket_CreateConnect"; |
nativeCreateBindConnect(List<int> addr, int port, List<int> sourceAddr) |
native "Socket_CreateBindConnect"; |
- bool isBindError(int errorNumber) native "SocketBase_IsBindError"; |
+ bool isBindError(int errorNumber) native "Socket_IsBindError"; |
nativeCreateBindListen(List<int> addr, int port, int backlog, bool v6Only, |
bool shared) native "ServerSocket_CreateBindListen"; |
nativeCreateBindDatagram(List<int> addr, int port, bool reuseAddress) |