| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index 311955e265725f8f06ed01422437789d16c7b86c..b1ae66792d73421f4bc44f23ae4171aec0796524 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -64,8 +64,7 @@ namespace bin {
|
| V(File_GetType, 2) \
|
| V(File_AreIdentical, 2) \
|
| V(Logger_PrintString, 1) \
|
| - V(Builtin_LoadScript, 2) \
|
| - V(Builtin_LoadLibrarySource, 4) \
|
| + V(Builtin_LoadScript, 4) \
|
| V(Builtin_AsyncLoadError, 3) \
|
| V(Builtin_DoneLoading, 0) \
|
|
|
|
|