| Index: runtime/vm/bootstrap_natives.cc
|
| diff --git a/runtime/vm/bootstrap_natives.cc b/runtime/vm/bootstrap_natives.cc
|
| index ef4b92f9284be2bba46bb92880c6a709512314cb..b6d5f2a490424c44ee853252b0f20c1321d4e3dd 100644
|
| --- a/runtime/vm/bootstrap_natives.cc
|
| +++ b/runtime/vm/bootstrap_natives.cc
|
| @@ -27,9 +27,9 @@ static struct NativeEntries {
|
| Dart_NativeFunction function_;
|
| int argument_count_;
|
| } BootStrapEntries[] = {BOOTSTRAP_NATIVE_LIST(REGISTER_NATIVE_ENTRY)
|
| -#ifndef PRODUCT
|
| +#if !defined(PRODUCT) && !defined(DART_PRECOMPILED_RUNTIME)
|
| MIRRORS_BOOTSTRAP_NATIVE_LIST(REGISTER_NATIVE_ENTRY)
|
| -#endif // !PRODUCT
|
| +#endif // !PRODUCT && !DART_PRECOMPILED_RUNTIME
|
| };
|
|
|
|
|
|
|