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

Unified Diff: client/html/generated/html/frog/InputElement.dart

Issue 9623017: Refactor the event-generation code to locate it in systemhtml.py. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 8 years, 9 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/html/generated/html/frog/InputElement.dart
diff --git a/client/html/generated/html/frog/InputElement.dart b/client/html/generated/html/frog/InputElement.dart
index 156ebe6324a08d5c3c933b7abd1147bf65b57eba..a8d053798110681614535895ff50c6a005aba33d 100644
--- a/client/html/generated/html/frog/InputElement.dart
+++ b/client/html/generated/html/frog/InputElement.dart
@@ -1,6 +1,9 @@
class _InputElementImpl extends _ElementImpl implements InputElement native "*HTMLInputElement" {
+ _InputElementEventsImpl get on() =>
+ new _InputElementEventsImpl(this);
+
String accept;
String align;
@@ -91,9 +94,6 @@ class _InputElementImpl extends _ElementImpl implements InputElement native "*HT
final bool willValidate;
- _InputElementEventsImpl get on() =>
- new _InputElementEventsImpl(this);
-
bool checkValidity() native;
void select() native;
« no previous file with comments | « client/html/generated/html/frog/FrameSetElement.dart ('k') | client/html/generated/html/frog/Notification.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698