| Index: runtime/vm/dart_api_impl.cc
|
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc
|
| index 5dc4d168f0e2581db3ada3b01256a7e43186108e..5aed56de65caa4d0bdab34ae3275342b5d8d5d85 100644
|
| --- a/runtime/vm/dart_api_impl.cc
|
| +++ b/runtime/vm/dart_api_impl.cc
|
| @@ -6034,6 +6034,8 @@ DART_EXPORT Dart_Handle Dart_TimelineAsyncEnd(const char* label,
|
| }
|
|
|
|
|
| +// The precompiler is included in dart_no_snapshot and dart_noopt, and
|
| +// excluded from dart and dart_precompiled_runtime.
|
| #if !defined(DART_PRECOMPILER)
|
|
|
| DART_EXPORT Dart_Handle Dart_Precompile(
|
|
|