Chromium Code Reviews| Index: runtime/vm/ast_printer.cc |
| diff --git a/runtime/vm/ast_printer.cc b/runtime/vm/ast_printer.cc |
| index bd45331184193069087ba7a6bd374108b29bfb5b..3732c3a373f0c98143ea996cccc312716bde89bd 100644 |
| --- a/runtime/vm/ast_printer.cc |
| +++ b/runtime/vm/ast_printer.cc |
| @@ -10,9 +10,9 @@ |
| #include "vm/os.h" |
| #include "vm/parser.h" |
| -namespace dart { |
| +#if !defined(PRODUCT) |
| -#ifndef PRODUCT |
| +namespace dart { |
| AstPrinter::AstPrinter() : indent_(0) { } |
| @@ -576,6 +576,6 @@ void AstPrinter::PrintFunctionNodes(const ParsedFunction& parsed_function) { |
| THR_Print("}\n"); |
| } |
| -#endif // !PRODUCT |
| - |
| } // namespace dart |
| + |
| +#endif // !defined(PRODUCT) |