| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index e6038e0c453b3221ac33c6fe41e57686204b7be3..5cead6a5694998784ff87ddc51a4538a8804b6f1 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -356,6 +356,8 @@ class BootstrapNatives : public AllStatic {
|
| int argument_count,
|
| bool* auto_setup_scope);
|
|
|
| + static const char* ReverseLookup(Dart_NativeFunction* nf);
|
| +
|
| #define DECLARE_BOOTSTRAP_NATIVE(name, ignored) \
|
| static void DN_##name(Dart_NativeArguments args);
|
|
|
|
|