| Index: runtime/vm/ast_printer.cc
|
| diff --git a/runtime/vm/ast_printer.cc b/runtime/vm/ast_printer.cc
|
| index de639406de038637996bbc53d831cb6645369251..7b0d8c763614f624378a4315bd93df0a1f583233 100644
|
| --- a/runtime/vm/ast_printer.cc
|
| +++ b/runtime/vm/ast_printer.cc
|
| @@ -10,7 +10,7 @@
|
| #include "vm/os.h"
|
| #include "vm/parser.h"
|
|
|
| -#if !defined(PRODUCT)
|
| +#if !defined(PRODUCT) && !defined(DART_PRECOMPILED_RUNTIME)
|
|
|
| namespace dart {
|
|
|
| @@ -571,4 +571,4 @@ void AstPrinter::PrintFunctionNodes(const ParsedFunction& parsed_function) {
|
|
|
| } // namespace dart
|
|
|
| -#endif // !defined(PRODUCT)
|
| +#endif // !defined(PRODUCT) && !defined(DART_PRECOMPILED_RUNTIME)
|
|
|