| Index: client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart | 
| diff --git a/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart | 
| index 0d156fb97fcfdbedf2249ec872bbad6419f50a38..d500388ebd896fadf3dc100cec2830fb271c8f96 100644 | 
| --- a/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart | 
| +++ b/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart | 
| @@ -274,12 +274,6 @@ class _HTMLInputElementWrappingImplementation extends _HTMLElementWrappingImplem | 
| } | 
| static bool _checkValidity(receiver) native; | 
|  | 
| -  void click() { | 
| -    _click(this); | 
| -    return; | 
| -  } | 
| -  static void _click(receiver) native; | 
| - | 
| void select() { | 
| _select(this); | 
| return; | 
|  |