Chromium Code Reviews| Index: runtime/vm/ast_printer.cc |
| =================================================================== |
| --- runtime/vm/ast_printer.cc (revision 1268) |
| +++ runtime/vm/ast_printer.cc (working copy) |
| @@ -37,6 +37,11 @@ |
| } |
| +void AstPrinter::VisitCloneContextNode(CloneContextNode* node) { |
| + VisitGenericAstNode(node); |
| +} |
| + |
| + |
| void AstPrinter::VisitArgumentListNode(ArgumentListNode* arguments) { |
| VisitGenericAstNode(arguments); |
| } |