Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 8108) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -485,6 +485,7 @@ |
| const LocalVariable& GetIncrementTempLocal(); |
| void EnsureExpressionTemp(); |
| + AstNode* CreateAssignmentNode(AstNode* original, AstNode* rhs); |
| ConstructorCallNode* CreateConstructorCallNode( |
| intptr_t token_index, |