| 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 71d6a8dfa50f026be2f79290bf8e2e842e89b16b..61577b2e067fc7991aad64a6c68ef1255a281cf1 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 Uint8List {
|
| +abstract class Uint8ClampedList implements List<int>, TypedData {
|
| /**
|
| * Creates a [Uint8ClampedList] of the specified length (in elements), all of
|
| * whose elements are initially zero.
|
|
|