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

Unified Diff: dart/runtime/bin/io_natives.cc

Issue 896213002: Revert "Introduce optional 'bool shared' parameter to ServerSocket.bind() ..." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 5 years, 10 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
« no previous file with comments | « dart/runtime/bin/eventhandler_win.cc ('k') | dart/runtime/bin/socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/bin/io_natives.cc
diff --git a/dart/runtime/bin/io_natives.cc b/dart/runtime/bin/io_natives.cc
index 14029343f83665fde4e202e2945aea891ef3493b..97562846afaa129d000cae214b952d07e841c6d9 100644
--- a/dart/runtime/bin/io_natives.cc
+++ b/dart/runtime/bin/io_natives.cc
@@ -66,7 +66,7 @@ namespace bin {
V(SecureSocket_RegisterHandshakeCompleteCallback, 2) \
V(SecureSocket_Renegotiate, 4) \
V(ServerSocket_Accept, 2) \
- V(ServerSocket_CreateBindListen, 6) \
+ V(ServerSocket_CreateBindListen, 5) \
V(Socket_CreateConnect, 3) \
V(Socket_CreateBindDatagram, 4) \
V(Socket_Available, 1) \
@@ -83,7 +83,6 @@ namespace bin {
V(Socket_SetOption, 4) \
V(Socket_JoinMulticast, 4) \
V(Socket_LeaveMulticast, 4) \
- V(Socket_MarkSocketAsSharedHack, 1) \
V(Socket_GetSocketId, 1) \
V(Socket_SetSocketId, 2) \
V(Stdin_ReadByte, 1) \
« no previous file with comments | « dart/runtime/bin/eventhandler_win.cc ('k') | dart/runtime/bin/socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698