| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 802b62727962a0762297682a8584e1adb7485e97..ba8b1b5b0406d4cc7729317e64f3734a60ed848b 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -425,7 +425,7 @@ class BootstrapNatives : public AllStatic {
|
| static void DN_##name(Dart_NativeArguments args);
|
|
|
| BOOTSTRAP_NATIVE_LIST(DECLARE_BOOTSTRAP_NATIVE)
|
| -#if !defined(PRODUCT) && !defined(DART_PRECOMPILED_RUNTIME)
|
| +#if !defined(DART_PRECOMPILED_RUNTIME)
|
| MIRRORS_BOOTSTRAP_NATIVE_LIST(DECLARE_BOOTSTRAP_NATIVE)
|
| #endif
|
|
|
|
|