| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index 89698c0fedaf07128940738a773c0cbf08bf14a9..e6f705bc91aecbe90ac5e49f7097dd6209f2b4b3 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -54,7 +54,7 @@ namespace bin {
|
| V(File_DeleteLink, 1) \
|
| V(File_Rename, 2) \
|
| V(File_RenameLink, 2) \
|
| - V(File_FullPath, 1) \
|
| + V(File_ResolveSymbolicLinks, 1) \
|
| V(File_OpenStdio, 1) \
|
| V(File_GetStdioHandleType, 1) \
|
| V(File_GetType, 2) \
|
|
|