Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(718)

Unified Diff: runtime/bin/io_natives.cc

Issue 14083007: Add new InternetAddress class with a static lookup function (including IPv6 results). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/bin/io_natives.cc
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
index a5c6a9f51cd4fa823df802a2d8bde86b85677c6c..e9882a3a755cf5364e4b45a191f945e7ac2fd8f0 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -37,9 +37,9 @@
V(Process_Exit, 1) \
V(Process_Sleep, 1) \
V(Process_Pid, 1) \
- V(ServerSocket_CreateBindListen, 4) \
+ V(ServerSocket_CreateBindListen, 5) \
V(ServerSocket_Accept, 2) \
- V(Socket_CreateConnect, 3) \
+ V(Socket_CreateConnect, 4) \
V(Socket_Available, 1) \
V(Socket_Read, 2) \
V(Socket_ReadList, 4) \
« no previous file with comments | « runtime/bin/dbg_connection.cc ('k') | runtime/bin/socket.h » ('j') | runtime/bin/socket.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698