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

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

Issue 913753002: Reland "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 60e556ed351ec713a98d5e95797230fc97ca9bd3..cbe0c837e1c5a81e271cab3b3f35cb63ae40cd79 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, 5) \
+ V(ServerSocket_CreateBindListen, 6) \
V(Socket_CreateConnect, 3) \
V(Socket_CreateBindConnect, 4) \
V(Socket_CreateBindDatagram, 4) \
@@ -84,6 +84,7 @@ 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