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