| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index b3a14e134f7a19d0387226467152810b4b3429be..67b74763500ca69539dfa4aadc7b1db161601b6d 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -102,6 +102,8 @@ namespace bin {
|
| V(Process_Pid, 1) \
|
| V(Process_SetSignalHandler, 1) \
|
| V(Process_ClearSignalHandler, 1) \
|
| + V(ProcessInfo_CurrentRSS, 0) \
|
| + V(ProcessInfo_MaxRSS, 0) \
|
| V(SecureSocket_Connect, 7) \
|
| V(SecureSocket_Destroy, 1) \
|
| V(SecureSocket_FilterPointer, 1) \
|
|
|