Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.dart

Issue 9422008: Regenerate frog dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698