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

Unified Diff: client/dom/generated/src/wrapping/_IDBRequestWrappingImplementation.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/_IDBRequestWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_IDBRequestWrappingImplementation.dart b/client/dom/generated/src/wrapping/_IDBRequestWrappingImplementation.dart
index 2ab118ebc4d37b10417e8b7808253b56bd46f637..c09ca8eb6de5d563ca30a358c4a79a46c8b3c6bb 100644
--- a/client/dom/generated/src/wrapping/_IDBRequestWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_IDBRequestWrappingImplementation.dart
@@ -14,18 +14,6 @@ class _IDBRequestWrappingImplementation extends DOMWrapperBase implements IDBReq
int get errorCode() { return _get_errorCode(this); }
static int _get_errorCode(var _this) 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;
-
- EventListener get onsuccess() { return _get_onsuccess(this); }
- static EventListener _get_onsuccess(var _this) native;
-
- void set onsuccess(EventListener value) { _set_onsuccess(this, value); }
- static void _set_onsuccess(var _this, EventListener value) native;
-
int get readyState() { return _get_readyState(this); }
static int _get_readyState(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698