| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 10320)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -516,7 +516,7 @@
|
| void CheckFunctionIsCallable(intptr_t token_pos, const Function& function);
|
| void CheckOperatorArity(const MemberDesc& member, Token::Kind operator_token);
|
|
|
| - const LocalVariable& GetIncrementTempLocal();
|
| + const LocalVariable* GetIncrementTempLocal();
|
| void EnsureExpressionTemp();
|
| AstNode* CreateAssignmentNode(AstNode* original, AstNode* rhs);
|
| AstNode* InsertClosureCallNodes(AstNode* condition);
|
|
|