| Index: runtime/vm/ast_printer.cc
|
| diff --git a/runtime/vm/ast_printer.cc b/runtime/vm/ast_printer.cc
|
| index 9997a981d057f187b415a785e00607e9ef987748..bd45331184193069087ba7a6bd374108b29bfb5b 100644
|
| --- a/runtime/vm/ast_printer.cc
|
| +++ b/runtime/vm/ast_printer.cc
|
| @@ -12,6 +12,8 @@
|
|
|
| namespace dart {
|
|
|
| +#ifndef PRODUCT
|
| +
|
| AstPrinter::AstPrinter() : indent_(0) { }
|
|
|
|
|
| @@ -574,4 +576,6 @@ void AstPrinter::PrintFunctionNodes(const ParsedFunction& parsed_function) {
|
| THR_Print("}\n");
|
| }
|
|
|
| +#endif // !PRODUCT
|
| +
|
| } // namespace dart
|
|
|