| Index: client/dom/generated/src/frog/Uint16Array.dart | 
| diff --git a/client/dom/generated/src/frog/Uint16Array.dart b/client/dom/generated/src/frog/Uint16Array.dart | 
| index 0446ff708fce90ba4b0cbf13b00281eeebe0bebc..ff8cb46576ab243575b2be258670e9644fc3b4a2 100644 | 
| --- a/client/dom/generated/src/frog/Uint16Array.dart | 
| +++ b/client/dom/generated/src/frog/Uint16Array.dart | 
| @@ -1,13 +1,13 @@ | 
|  | 
| class Uint16ArrayJs extends ArrayBufferViewJs implements Uint16Array, List<int> native "*Uint16Array" { | 
|  | 
| -  factory Uint16Array(int length) =>  _construct(length); | 
| +  factory Uint16Array(int length) =>  _construct_Uint16Array(length); | 
|  | 
| -  factory Uint16Array.fromList(List<int> list) => _construct(list); | 
| +  factory Uint16Array.fromList(List<int> list) => _construct_Uint16Array(list); | 
|  | 
| -  factory Uint16Array.fromBuffer(ArrayBuffer buffer) => _construct(buffer); | 
| +  factory Uint16Array.fromBuffer(ArrayBuffer buffer) => _construct_Uint16Array(buffer); | 
|  | 
| -  static _construct(arg) native 'return new Uint16Array(arg);'; | 
| +  static _construct_Uint16Array(arg) native 'return new Uint16Array(arg);'; | 
|  | 
| static final int BYTES_PER_ELEMENT = 2; | 
|  | 
|  |