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

Unified Diff: client/dom/generated/src/wrapping/_MessagePortWrappingImplementation.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/_MessagePortWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_MessagePortWrappingImplementation.dart b/client/dom/generated/src/wrapping/_MessagePortWrappingImplementation.dart
index 9df78eea227f0cea00aea35573b6a881acf746e2..d9207e241832a0dcd18836642c8548b3afc5e943 100644
--- a/client/dom/generated/src/wrapping/_MessagePortWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_MessagePortWrappingImplementation.dart
@@ -11,12 +11,6 @@ class _MessagePortWrappingImplementation extends DOMWrapperBase implements Messa
return new _MessagePortWrappingImplementation();
}
- 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;
-
void addEventListener(String type, EventListener listener, [bool useCapture = null]) {
if (useCapture === null) {
_addEventListener_MessagePort(this, type, listener);

Powered by Google App Engine
This is Rietveld 408576698