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

Unified Diff: client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.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/_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;

Powered by Google App Engine
This is Rietveld 408576698