| Index: lib/dom/src/native_FactoryProvidersImplementation.dart
|
| diff --git a/lib/dom/src/native_FactoryProvidersImplementation.dart b/lib/dom/src/native_FactoryProvidersImplementation.dart
|
| index c76a43ca4dc1fb3f2b5b3f9323a0b73cc2460eb1..9bc91adee3613c7ca441d9cb884d61dc21c7f9c9 100644
|
| --- a/lib/dom/src/native_FactoryProvidersImplementation.dart
|
| +++ b/lib/dom/src/native_FactoryProvidersImplementation.dart
|
| @@ -15,6 +15,7 @@ class FactoryProviderImplementation {
|
| static Int16Array I16(_arg0, [_arg1, _arg2]) native "Int16Array_constructor_Callback";
|
| static Int32Array I32(_arg0, [_arg1, _arg2]) native "Int32Array_constructor_Callback";
|
| static Uint8Array U8(_arg0, [_arg1, _arg2]) native "Uint8Array_constructor_Callback";
|
| + static Uint8Array U8C(_arg0, [_arg1, _arg2]) native "Uint8ClampedArray_constructor_Callback";
|
| static Uint16Array U16(_arg0, [_arg1, _arg2]) native "Uint16Array_constructor_Callback";
|
| static Uint32Array U32(_arg0, [_arg1, _arg2]) native "Uint32Array_constructor_Callback";
|
|
|
|
|