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