| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 2d6adb0566e94a597fd1515014146dc4c0107355..17094eda652faf830b58b8cc1c35d304ac104ed4 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -124,6 +124,7 @@ class ObjectPointerVisitor;
|
| V(ClearAsyncThreadStackTrace, "_clearAsyncThreadStackTrace") \
|
| V(SetAsyncThreadStackTrace, "_setAsyncThreadStackTrace") \
|
| V(AsyncCatchHelper, "_asyncCatchHelper") \
|
| + V(_CompleteOnAsyncReturn, "_completeOnAsyncReturn") \
|
| V(AsyncThenWrapperHelper, "_asyncThenWrapperHelper") \
|
| V(AsyncErrorWrapperHelper, "_asyncErrorWrapperHelper") \
|
| V(AsyncStarMoveNextHelper, "_asyncStarMoveNextHelper") \
|
|
|