| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index 1776a1a91882c0a4bd92157339e2213e4104a6f6..05b4cd8cb360dc4c79e9bada473f2eca6a7b80e3 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();
|
|
|