| Index: runtime/bin/builtin_in.cc
|
| diff --git a/runtime/bin/builtin_in.cc b/runtime/bin/builtin_in.cc
|
| index fffcea4235b0253ecb224ec6aad6ecd9a7c04b22..5713d16742db4e6dddb91d08d1aadd64871337ed 100644
|
| --- a/runtime/bin/builtin_in.cc
|
| +++ b/runtime/bin/builtin_in.cc
|
| @@ -46,6 +46,8 @@ static const char Builtin_source_[] = {
|
| V(Platform_NumberOfProcessors, 0) \
|
| V(Platform_OperatingSystem, 0) \
|
| V(Platform_PathSeparator, 0) \
|
| + V(FilePath_IsDirectory, 1) \
|
| + V(FilePath_List, 1) \
|
| V(Process_Start, 8) \
|
| V(Process_Kill, 2) \
|
| V(Process_Exit, 2) \
|
|
|