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

Unified Diff: client/dom/generated/src/wrapping/_WorkerWrappingImplementation.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/_WorkerWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_WorkerWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WorkerWrappingImplementation.dart
index d61e794e5a17c73438ab255162e9c23ab84a4d8b..28bd5884b493dc6f8e6c55b5f60dac056d910357 100644
--- a/client/dom/generated/src/wrapping/_WorkerWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_WorkerWrappingImplementation.dart
@@ -11,12 +11,6 @@ class _WorkerWrappingImplementation extends _AbstractWorkerWrappingImplementatio
return new _WorkerWrappingImplementation();
}
- 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 postMessage(String message, [List messagePorts = null]) {
if (messagePorts === null) {
_postMessage(this, message);

Powered by Google App Engine
This is Rietveld 408576698