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

Unified Diff: client/dom/generated/src/wrapping/_SharedWorkercontextWrappingImplementation.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/_SharedWorkercontextWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_SharedWorkercontextWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SharedWorkercontextWrappingImplementation.dart
index 4aa3522d376c48e7eabe45b32fe845369c912775..89571d766fcd3a856d8d3e525a5d348fc7c4ef76 100644
--- a/client/dom/generated/src/wrapping/_SharedWorkercontextWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_SharedWorkercontextWrappingImplementation.dart
@@ -14,11 +14,5 @@ class _SharedWorkercontextWrappingImplementation extends _WorkerContextWrappingI
String get name() { return _get_name(this); }
static String _get_name(var _this) native;
- EventListener get onconnect() { return _get_onconnect(this); }
- static EventListener _get_onconnect(var _this) native;
-
- void set onconnect(EventListener value) { _set_onconnect(this, value); }
- static void _set_onconnect(var _this, EventListener value) native;
-
String get typeName() { return "SharedWorkercontext"; }
}

Powered by Google App Engine
This is Rietveld 408576698