| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index cbe0c837e1c5a81e271cab3b3f35cb63ae40cd79..8bbd2cd5860238ff417cd2f4b8aee6ccad180272 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -40,6 +40,7 @@ namespace bin {
|
| V(Platform_PathSeparator, 0) \
|
| V(Platform_LocalHostname, 0) \
|
| V(Platform_ExecutableName, 0) \
|
| + V(Platform_ResolvedExecutableName, 0) \
|
| V(Platform_Environment, 0) \
|
| V(Platform_ExecutableArguments, 0) \
|
| V(Platform_PackageRoot, 0) \
|
|
|