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

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

Powered by Google App Engine
This is Rietveld 408576698