| Index: lib/dom/dom.dart
|
| diff --git a/lib/dom/dom.dart b/lib/dom/dom.dart
|
| index 30cf5d568ccecf557270c1bce42546940af25412..8654d8cbf266d1422da71815eb03d900a868b628 100644
|
| --- a/lib/dom/dom.dart
|
| +++ b/lib/dom/dom.dart
|
| @@ -10385,7 +10385,7 @@ interface Uint8Array extends ArrayBufferView, List<int> default _TypedArrayFacto
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface Uint8ClampedArray extends Uint8Array, List<int>, ArrayBufferView default _TypedArrayFactoryProvider {
|
| +interface Uint8ClampedArray extends Uint8Array default _TypedArrayFactoryProvider {
|
|
|
| Uint8ClampedArray(int length);
|
|
|
|
|