Index: client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.dart |
index 1457a5c4f5917326afd6d0e5336ab9423c70c3ca..e8def72a8b8d55427265b3c11bdcd25858ac544e 100644 |
--- a/client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.dart |
+++ b/client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.dart |
@@ -88,12 +88,6 @@ class _HTMLButtonElementWrappingImplementation extends _HTMLElementWrappingImple |
} |
static bool _checkValidity(receiver) native; |
- void click() { |
- _click(this); |
- return; |
- } |
- static void _click(receiver) native; |
- |
void setCustomValidity(String error) { |
_setCustomValidity(this, error); |
return; |