| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index f6634002618f59388569a1ca0167b616faa78cf8..c6c7300bc33f7ba7fd46c33980fc1acc8f4f98c3 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -15,6 +15,7 @@
|
| // List all native functions implemented in standalone dart that is used
|
| // to inject additional functionality e.g: Logger, file I/O, socket I/O etc.
|
| #define BUILTIN_NATIVE_LIST(V) \
|
| + V(Common_IsBuiltinList, 1) \
|
| V(Directory_Exists, 1) \
|
| V(Directory_Create, 1) \
|
| V(Directory_Current, 0) \
|
|
|