| Index: sdk/lib/typed_data/typed_data.dart
|
| diff --git a/sdk/lib/typed_data/typed_data.dart b/sdk/lib/typed_data/typed_data.dart
|
| index 55274b26adc2e8ff18b0d411e7121e3f2d33548d..043a61ea85df446041486f6e04fdc6b5e77b4d02 100644
|
| --- a/sdk/lib/typed_data/typed_data.dart
|
| +++ b/sdk/lib/typed_data/typed_data.dart
|
| @@ -430,7 +430,7 @@ abstract class Uint8List implements List<int>, TypedData {
|
| * more space- and time-efficient than the default [List] implementation.
|
| * Indexed store clamps the value to range 0..0xFF.
|
| */
|
| -abstract class Uint8ClampedList implements List<int>, TypedData {
|
| +abstract class Uint8ClampedList implements Uint8List {
|
| /**
|
| * Creates a [Uint8ClampedList] of the specified length (in elements), all of
|
| * whose elements are initially zero.
|
|
|