| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index 3438be3d1e30ec03ee528f1fddfe368777f4abf4..2a4fe8dc364b980652abebf1feee96a18f493464 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -39,6 +39,8 @@
|
| V(File_Create, 1) \
|
| V(File_Delete, 1) \
|
| V(File_FullPath, 1) \
|
| + V(File_OpenStdio, 1) \
|
| + V(File_GetStdioHandleType, 1) \
|
| V(Logger_PrintString, 1) \
|
| V(Platform_NumberOfProcessors, 0) \
|
| V(Platform_OperatingSystem, 0) \
|
|
|