| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index ff790d6080438aacb88878550985ad3658475b27..2948ce82e5924e8fcf15666339830da816b41502 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -35,6 +35,8 @@ namespace bin {
|
| V(Platform_LocalHostname, 0) \
|
| V(Platform_ExecutableName, 0) \
|
| V(Platform_Environment, 0) \
|
| + V(Platform_ExecutableArguments, 0) \
|
| + V(Platform_PackageRoot, 0) \
|
| V(Platform_GetVersion, 0) \
|
| V(Process_Start, 10) \
|
| V(Process_Wait, 5) \
|
|
|