Chromium Code Reviews| Index: runtime/vm/ast_printer.cc |
| =================================================================== |
| --- runtime/vm/ast_printer.cc (revision 23217) |
| +++ runtime/vm/ast_printer.cc (working copy) |
| @@ -38,6 +38,11 @@ |
| } |
| +void AstPrinter::VisitCommaNode(CommaNode* node) { |
| + VisitGenericAstNode(node); |
| +} |
| + |
| + |
| void AstPrinter::VisitCloneContextNode(CloneContextNode* node) { |
| VisitGenericAstNode(node); |
| } |