Chromium Code Reviews| Index: runtime/vm/ast_printer.h |
| =================================================================== |
| --- runtime/vm/ast_printer.h (revision 44517) |
| +++ runtime/vm/ast_printer.h (working copy) |
| @@ -42,6 +42,8 @@ |
| void VisitGenericLocalNode(AstNode* node, const LocalVariable& local); |
| void VisitGenericFieldNode(AstNode* node, const Field& field); |
| + intptr_t indent_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(AstPrinter); |
| }; |