| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index c6c7300bc33f7ba7fd46c33980fc1acc8f4f98c3..045f80079687da07ee42f06f33130233782b843e 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -16,6 +16,7 @@
|
| // to inject additional functionality e.g: Logger, file I/O, socket I/O etc.
|
| #define BUILTIN_NATIVE_LIST(V) \
|
| V(Common_IsBuiltinList, 1) \
|
| + V(Crypto_GetRandomBytes, 1) \
|
| V(Directory_Exists, 1) \
|
| V(Directory_Create, 1) \
|
| V(Directory_Current, 0) \
|
|
|