| Index: runtime/vm/ast_printer.h
|
| ===================================================================
|
| --- runtime/vm/ast_printer.h (revision 10207)
|
| +++ runtime/vm/ast_printer.h (working copy)
|
| @@ -31,7 +31,7 @@
|
| ~AstPrinter();
|
|
|
| void VisitGenericAstNode(AstNode* node);
|
| - void VisitGenericLocalNode(AstNode* node, const LocalVariable& local);
|
| + void VisitGenericLocalNode(AstNode* node, const LocalVariable* local);
|
| void VisitGenericFieldNode(AstNode* node, const Field& field);
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AstPrinter);
|
|
|