| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index 258a00994498fc7648f79cc41b5795822031b18a..f6941b166300bb24c848f4f590b28474b5c43888 100644
|
| --- a/runtime/vm/parser.h
|
| +++ b/runtime/vm/parser.h
|
| @@ -628,7 +628,8 @@ class Parser : public ValueObject {
|
| static const bool kConsumeCascades = true;
|
| static const bool kNoCascades = false;
|
| AstNode* ParseAwaitableExpr(bool require_compiletime_const,
|
| - bool consume_cascades);
|
| + bool consume_cascades,
|
| + SequenceNode** await_preamble);
|
| AstNode* ParseExpr(bool require_compiletime_const, bool consume_cascades);
|
| AstNode* ParseExprList();
|
| AstNode* ParseConditionalExpr();
|
|
|