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

Unified Diff: client/dom/generated/src/wrapping/_NotificationWrappingImplementation.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/_NotificationWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_NotificationWrappingImplementation.dart b/client/dom/generated/src/wrapping/_NotificationWrappingImplementation.dart
index cdffe09bc0287792062119f628d45668547d51d7..cb66041197a20cce0fa56926e8f523550e139206 100644
--- a/client/dom/generated/src/wrapping/_NotificationWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_NotificationWrappingImplementation.dart
@@ -17,30 +17,6 @@ class _NotificationWrappingImplementation extends DOMWrapperBase implements Noti
void set dir(String value) { _set_dir(this, value); }
static void _set_dir(var _this, String value) native;
- EventListener get onclick() { return _get_onclick(this); }
- static EventListener _get_onclick(var _this) native;
-
- void set onclick(EventListener value) { _set_onclick(this, value); }
- static void _set_onclick(var _this, EventListener value) native;
-
- EventListener get onclose() { return _get_onclose(this); }
- static EventListener _get_onclose(var _this) native;
-
- void set onclose(EventListener value) { _set_onclose(this, value); }
- static void _set_onclose(var _this, EventListener value) native;
-
- EventListener get ondisplay() { return _get_ondisplay(this); }
- static EventListener _get_ondisplay(var _this) native;
-
- void set ondisplay(EventListener value) { _set_ondisplay(this, value); }
- static void _set_ondisplay(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;
-
String get replaceId() { return _get_replaceId(this); }
static String _get_replaceId(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698