| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index 2a4fe8dc364b980652abebf1feee96a18f493464..0bc2e33ded1599a00e9b6caaa18f64c2ca49e61e 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -41,6 +41,7 @@
|
| V(File_FullPath, 1) \
|
| V(File_OpenStdio, 1) \
|
| V(File_GetStdioHandleType, 1) \
|
| + V(File_NewServicePort, 0) \
|
| V(Logger_PrintString, 1) \
|
| V(Platform_NumberOfProcessors, 0) \
|
| V(Platform_OperatingSystem, 0) \
|
|
|