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

Unified Diff: client/dom/generated/src/wrapping/_EventSourceWrappingImplementation.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/_EventSourceWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_EventSourceWrappingImplementation.dart b/client/dom/generated/src/wrapping/_EventSourceWrappingImplementation.dart
index 4b079e56c3b0cb25bef5508d0554bff557b058fe..9294d6edaa1bc4f61696a9379d96eb66e93512b7 100644
--- a/client/dom/generated/src/wrapping/_EventSourceWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_EventSourceWrappingImplementation.dart
@@ -14,24 +14,6 @@ class _EventSourceWrappingImplementation extends DOMWrapperBase implements Event
String get URL() { return _get_URL(this); }
static String _get_URL(var _this) 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 onmessage() { return _get_onmessage(this); }
- static EventListener _get_onmessage(var _this) native;
-
- void set onmessage(EventListener value) { _set_onmessage(this, value); }
- static void _set_onmessage(var _this, EventListener value) native;
-
- EventListener get onopen() { return _get_onopen(this); }
- static EventListener _get_onopen(var _this) native;
-
- void set onopen(EventListener value) { _set_onopen(this, value); }
- static void _set_onopen(var _this, EventListener value) native;
-
int get readyState() { return _get_readyState(this); }
static int _get_readyState(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698