| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index e771d893a93d81003dc991d903a7fa57c83109fc..30cfb068dd1361478a93f6a207b93bc0696c99e6 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -33,6 +33,7 @@ namespace bin {
|
| V(Platform_OperatingSystem, 0) \
|
| V(Platform_PathSeparator, 0) \
|
| V(Platform_LocalHostname, 0) \
|
| + V(Platform_ExecutableName, 0) \
|
| V(Platform_Environment, 0) \
|
| V(Platform_GetVersion, 0) \
|
| V(Process_Start, 10) \
|
|
|