| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index 63945b4bef1e678a8853b1248961d078e89a5e47..9ecb61da12027a37295e85e486f5488ec9b90af2 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -87,6 +87,7 @@ namespace bin {
|
| V(NetworkInterface_ListSupported, 0) \
|
| V(Platform_NumberOfProcessors, 0) \
|
| V(Platform_OperatingSystem, 0) \
|
| + V(Platform_OperatingSystemVersion, 0) \
|
| V(Platform_PathSeparator, 0) \
|
| V(Platform_LocalHostname, 0) \
|
| V(Platform_ExecutableName, 0) \
|
|
|