| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index 37088e3d930bf05bac8723aa1781fda4392b47ff..81487fc8e37c18573a8fedc2422325e3fba468b5 100644
|
| --- a/runtime/vm/parser.h
|
| +++ b/runtime/vm/parser.h
|
| @@ -800,7 +800,8 @@ class Parser : public ValueObject {
|
| AstNode* CreateAssignmentNode(AstNode* original,
|
| AstNode* rhs,
|
| const String* left_ident,
|
| - intptr_t left_pos);
|
| + intptr_t left_pos,
|
| + bool is_compound = false);
|
| AstNode* InsertClosureCallNodes(AstNode* condition);
|
|
|
| ConstructorCallNode* CreateConstructorCallNode(
|
|
|