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

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

Issue 8637013: Remove support for attribute event listeners. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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/_FileWriterWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_FileWriterWrappingImplementation.dart b/client/dom/generated/src/wrapping/_FileWriterWrappingImplementation.dart
index 124e20cc981003a72cc41640ce19c3b2a2d1339a..88daa297bbc9ffa7c6aca3704a086720571f761b 100644
--- a/client/dom/generated/src/wrapping/_FileWriterWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_FileWriterWrappingImplementation.dart
@@ -17,42 +17,6 @@ class _FileWriterWrappingImplementation extends DOMWrapperBase implements FileWr
int get length() { return _get_length(this); }
static int _get_length(var _this) native;
- EventListener get onabort() { return _get_onabort(this); }
- static EventListener _get_onabort(var _this) native;
-
- void set onabort(EventListener value) { _set_onabort(this, value); }
- static void _set_onabort(var _this, EventListener value) native;
-
- EventListener get onerror() { return _get_onerror(this); }
- static EventListener _get_onerror(var _this) native;
-
- void set onerror(EventListener value) { _set_onerror(this, value); }
- static void _set_onerror(var _this, EventListener value) native;
-
- EventListener get onprogress() { return _get_onprogress(this); }
- static EventListener _get_onprogress(var _this) native;
-
- void set onprogress(EventListener value) { _set_onprogress(this, value); }
- static void _set_onprogress(var _this, EventListener value) native;
-
- EventListener get onwrite() { return _get_onwrite(this); }
- static EventListener _get_onwrite(var _this) native;
-
- void set onwrite(EventListener value) { _set_onwrite(this, value); }
- static void _set_onwrite(var _this, EventListener value) native;
-
- EventListener get onwriteend() { return _get_onwriteend(this); }
- static EventListener _get_onwriteend(var _this) native;
-
- void set onwriteend(EventListener value) { _set_onwriteend(this, value); }
- static void _set_onwriteend(var _this, EventListener value) native;
-
- EventListener get onwritestart() { return _get_onwritestart(this); }
- static EventListener _get_onwritestart(var _this) native;
-
- void set onwritestart(EventListener value) { _set_onwritestart(this, value); }
- static void _set_onwritestart(var _this, EventListener value) native;
-
int get position() { return _get_position(this); }
static int _get_position(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698