| Index: lib/dom/dom.dart
|
| diff --git a/lib/dom/dom.dart b/lib/dom/dom.dart
|
| index f12abd0abd659d84b670ca257f546441ae73ecef..e345a05544c38d829bf6376d3091b0cedbf3905c 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 default _TypedArrayFactoryProvider {
|
| +interface Uint8ClampedArray extends Uint8Array, List<int>, ArrayBufferView default _TypedArrayFactoryProvider {
|
|
|
| Uint8ClampedArray(int length);
|
|
|
|
|