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

Unified Diff: client/dom/generated/src/wrapping/_DOMApplicationCacheWrappingImplementation.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/_DOMApplicationCacheWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DOMApplicationCacheWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DOMApplicationCacheWrappingImplementation.dart
index ef4301a406d5c8f34cde228f745ad1f2b20a7433..298bc46bdef014f756b6ed0a1dbfb7822b7ed47f 100644
--- a/client/dom/generated/src/wrapping/_DOMApplicationCacheWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DOMApplicationCacheWrappingImplementation.dart
@@ -11,54 +11,6 @@ class _DOMApplicationCacheWrappingImplementation extends DOMWrapperBase implemen
return new _DOMApplicationCacheWrappingImplementation();
}
- EventListener get oncached() { return _get_oncached(this); }
- static EventListener _get_oncached(var _this) native;
-
- void set oncached(EventListener value) { _set_oncached(this, value); }
- static void _set_oncached(var _this, EventListener value) native;
-
- EventListener get onchecking() { return _get_onchecking(this); }
- static EventListener _get_onchecking(var _this) native;
-
- void set onchecking(EventListener value) { _set_onchecking(this, value); }
- static void _set_onchecking(var _this, EventListener value) native;
-
- EventListener get ondownloading() { return _get_ondownloading(this); }
- static EventListener _get_ondownloading(var _this) native;
-
- void set ondownloading(EventListener value) { _set_ondownloading(this, value); }
- static void _set_ondownloading(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 onnoupdate() { return _get_onnoupdate(this); }
- static EventListener _get_onnoupdate(var _this) native;
-
- void set onnoupdate(EventListener value) { _set_onnoupdate(this, value); }
- static void _set_onnoupdate(var _this, EventListener value) native;
-
- EventListener get onobsolete() { return _get_onobsolete(this); }
- static EventListener _get_onobsolete(var _this) native;
-
- void set onobsolete(EventListener value) { _set_onobsolete(this, value); }
- static void _set_onobsolete(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 onupdateready() { return _get_onupdateready(this); }
- static EventListener _get_onupdateready(var _this) native;
-
- void set onupdateready(EventListener value) { _set_onupdateready(this, value); }
- static void _set_onupdateready(var _this, EventListener value) native;
-
int get status() { return _get_status(this); }
static int _get_status(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698