Chromium Code Reviews| Index: runtime/bin/builtin_in.cc |
| diff --git a/runtime/bin/builtin_in.cc b/runtime/bin/builtin_in.cc |
| index d7bf7274a86036f4436ef4e091f0885a11a22ea6..0d810f91b1cce9c9d91b524c54775a2edb52ad0e 100644 |
| --- a/runtime/bin/builtin_in.cc |
| +++ b/runtime/bin/builtin_in.cc |
| @@ -40,6 +40,7 @@ static const char Builtin_source_[] = { |
| V(File_Length, 1) \ |
| V(File_Flush, 1) \ |
| V(File_Create, 1) \ |
| + V(File_FullPath, 1) \ |
| V(EventHandler_Start, 1) \ |
| V(EventHandler_SendData, 4) \ |
| V(Process_Start, 8) \ |