| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index e6038e0c453b3221ac33c6fe41e57686204b7be3..41cec49dca38fa174c2d953c4b1daeae86b2bfd8 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 uint8_t* Symbol(Dart_NativeFunction* nf);
|
| +
|
| #define DECLARE_BOOTSTRAP_NATIVE(name, ignored) \
|
| static void DN_##name(Dart_NativeArguments args);
|
|
|
|
|