| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index 37088e3d930bf05bac8723aa1781fda4392b47ff..642cc73ed8eb26c79ff55a5162a0c74e3e88a5c5 100644
|
| --- a/runtime/vm/parser.h
|
| +++ b/runtime/vm/parser.h
|
| @@ -799,6 +799,7 @@ class Parser : public ValueObject {
|
| bool IsLegalAssignableSyntax(AstNode* expr, intptr_t end_pos);
|
| AstNode* CreateAssignmentNode(AstNode* original,
|
| AstNode* rhs,
|
| + bool is_compound,
|
| const String* left_ident,
|
| intptr_t left_pos);
|
| AstNode* InsertClosureCallNodes(AstNode* condition);
|
|
|