| Index: lib/dom/dom.dart
|
| diff --git a/lib/dom/dom.dart b/lib/dom/dom.dart
|
| index e55a5ab15bb1f0bf09a2d5ea8e0b5241c0c46567..fab639b474befa42bee362b0182a4e08ca75365a 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);
|
|
|
|
|