Index: runtime/vm/flow_graph_builder.h |
=================================================================== |
--- runtime/vm/flow_graph_builder.h (revision 41096) |
+++ runtime/vm/flow_graph_builder.h (working copy) |
@@ -463,7 +463,9 @@ |
void BuildLetTempExpressions(LetNode* node); |
- void BuildAwaitJump(LocalScope* lookup_scope, |
+ void BuildAwaitJump(LocalVariable* old_context, |
+ LocalVariable* continuation_result, |
+ LocalVariable* continuation_error, |
const intptr_t old_ctx_level, |
JoinEntryInstr* target); |