Index: runtime/vm/parser.h |
=================================================================== |
--- runtime/vm/parser.h (revision 24806) |
+++ runtime/vm/parser.h (working copy) |
@@ -621,7 +621,10 @@ |
void EnsureExpressionTemp(); |
void EnsureSavedCurrentContext(); |
- AstNode* CreateAssignmentNode(AstNode* original, AstNode* rhs); |
+ AstNode* CreateAssignmentNode(AstNode* original, |
+ AstNode* rhs, |
+ const String* left_ident, |
+ intptr_t left_pos); |
AstNode* InsertClosureCallNodes(AstNode* condition); |
ConstructorCallNode* CreateConstructorCallNode( |