| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index 086e9f3de09896cbe9f9b8285857c31be2a8210f..011e7921a7d95ed7685bd943a7f1726b68497e70 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -96,7 +96,7 @@ namespace bin {
|
| V(Process_Pid, 1) \
|
| V(Process_SetSignalHandler, 1) \
|
| V(Process_ClearSignalHandler, 1) \
|
| - V(SecureSocket_Connect, 8) \
|
| + V(SecureSocket_Connect, 7) \
|
| V(SecureSocket_Destroy, 1) \
|
| V(SecureSocket_FilterPointer, 1) \
|
| V(SecureSocket_GetSelectedProtocol, 1) \
|
|
|