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

Unified Diff: client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.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/_WorkerContextWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart
index f1154d864903e1f87422ae31ab5046168ce1f312..881ecd1774f1278d304a55cc9c6e2ac422502a24 100644
--- a/client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart
@@ -23,12 +23,6 @@ class _WorkerContextWrappingImplementation extends DOMWrapperBase implements Wor
void set navigator(WorkerNavigator value) { _set_navigator(this, value); }
static void _set_navigator(var _this, WorkerNavigator 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;
-
WorkerContext get self() { return _get_self(this); }
static WorkerContext _get_self(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698