| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index 61069f6607d05234f0c95317f5717436760d89ad..9ef07bc1d344356d0432a12ac7b2d6a2406ffc28 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -42,6 +42,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) \
|
|
|