[dart2wasm] Trivial fix for Int8List.

Change-Id: I352b1d7522dfe2d3f4570e0f4a379ddf883d170a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/264264
Auto-Submit: Joshua Litt <joshualitt@google.com>
Reviewed-by: Ömer Ağacan <omersa@google.com>
Commit-Queue: Ömer Ağacan <omersa@google.com>
This commit is contained in:
Joshua Litt 2022-10-17 09:48:59 +00:00 committed by Commit Queue
parent 045cb1a711
commit 18e41ef31c

View file

@ -2176,6 +2176,7 @@ class Int8List {
}
@pragma("vm:entry-point")
@pragma("wasm:entry-point")
class _Int8List extends _TypedList
with _IntListMixin, _TypedIntListMixin<Int8List>
implements Int8List {