Chromium Code Reviews| Index: runtime/bin/builtin_natives.cc |
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc |
| index 78de27e6a061f40714b584ca15f5214fbb204019..2a53c30c6dfe0c5bb5571a59561f0c914503e984 100644 |
| --- a/runtime/bin/builtin_natives.cc |
| +++ b/runtime/bin/builtin_natives.cc |
| @@ -60,6 +60,7 @@ |
| V(ServerSocket_Accept, 2) \ |
| V(Socket_CreateConnect, 3) \ |
| V(Socket_Available, 1) \ |
| + V(Socket_Read, 2) \ |
| V(Socket_ReadList, 4) \ |
| V(Socket_WriteList, 4) \ |
| V(Socket_GetPort, 1) \ |