| Index: sdk/lib/_internal/js_runtime/lib/async_patch.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/async_patch.dart b/sdk/lib/_internal/js_runtime/lib/async_patch.dart
|
| index 4d91d7948c31ceb37b515b2a04f3641619b5f5cb..20cd748c5546d9b07f572d0beb4005c9097ea200 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/async_patch.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/async_patch.dart
|
| @@ -255,7 +255,7 @@ _WrappedAsyncBody _wrapJsFunctionForAsync(dynamic /* js function */ function) {
|
| /// is done, schedules [asyncBody] again.
|
| ///
|
| /// If the async* function wants to do an await it calls this function with
|
| -/// [object] not and [IterationMarker].
|
| +/// [object] not an [IterationMarker].
|
| ///
|
| /// If [object] is not a [Future], it is wrapped in a `Future.value`.
|
| /// The [asyncBody] is called on completion of the future (see [asyncHelper].
|
|
|