| Index: runtime/vm/dart_api_impl.cc
|
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc
|
| index 89064e08604eec57560bd5ae0dfd10b834a64d19..8b1d2fee6e14635c67f0c57605efd769bf05387c 100644
|
| --- a/runtime/vm/dart_api_impl.cc
|
| +++ b/runtime/vm/dart_api_impl.cc
|
| @@ -5919,7 +5919,7 @@ DART_EXPORT Dart_Handle Dart_TimelineAsyncEnd(const char* label,
|
| }
|
|
|
|
|
| -#if defined(DART_PRECOMPILED_RUNTIME)
|
| +#if !defined(DART_PRECOMPILER)
|
|
|
| DART_EXPORT Dart_Handle Dart_Precompile(
|
| Dart_QualifiedFunctionName entry_points[],
|
| @@ -5940,7 +5940,7 @@ DART_EXPORT Dart_Handle Dart_CreatePrecompiledSnapshot(
|
| return 0;
|
| }
|
|
|
| -#else // DART_PRECOMPILED_RUNTIME
|
| +#else // DART_PRECOMPILER
|
|
|
| DART_EXPORT Dart_Handle Dart_Precompile(
|
| Dart_QualifiedFunctionName entry_points[],
|
|
|