| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index d72266efee6c75a07c700949beca40bcdd6a3e61..6798230115695e2bf1c78c429f48993c2ce18126 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) \
|
|
|