| Index: runtime/vm/parser.cc
|
| diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc
|
| index 36c5a33d919ce5388bbf93543476dc30f860c6f6..3c9e08c61c7f59c295353de4a70a8076b334c2d1 100644
|
| --- a/runtime/vm/parser.cc
|
| +++ b/runtime/vm/parser.cc
|
| @@ -7288,7 +7288,7 @@ SequenceNode* Parser::CloseAsyncGeneratorFunction(const Function& closure_func,
|
|
|
| if (FLAG_causal_async_stacks) {
|
| // Add to AST:
|
| - // :async_stack_trace = _asyncStackTraceHelper();
|
| + // :async_stack_trace = _asyncStackTraceHelper(:async_op);
|
| const Function& async_stack_trace_helper = Function::ZoneHandle(
|
| Z,
|
| async_lib.LookupFunctionAllowPrivate(Symbols::AsyncStackTraceHelper()));
|
|
|