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

Unified Diff: client/dom/generated/src/wrapping/_IDBDatabaseWrappingImplementation.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/_IDBDatabaseWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_IDBDatabaseWrappingImplementation.dart b/client/dom/generated/src/wrapping/_IDBDatabaseWrappingImplementation.dart
index f0a1021c424b9bb3e12f81cc73a4b61a83649b82..7a002515dcd039939cc32b3ecf2dc1490ac7fc26 100644
--- a/client/dom/generated/src/wrapping/_IDBDatabaseWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_IDBDatabaseWrappingImplementation.dart
@@ -14,24 +14,6 @@ class _IDBDatabaseWrappingImplementation extends DOMWrapperBase implements IDBDa
String get name() { return _get_name(this); }
static String _get_name(var _this) native;
- EventListener get onabort() { return _get_onabort(this); }
- static EventListener _get_onabort(var _this) native;
-
- void set onabort(EventListener value) { _set_onabort(this, value); }
- static void _set_onabort(var _this, EventListener 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;
-
- EventListener get onversionchange() { return _get_onversionchange(this); }
- static EventListener _get_onversionchange(var _this) native;
-
- void set onversionchange(EventListener value) { _set_onversionchange(this, value); }
- static void _set_onversionchange(var _this, EventListener value) native;
-
String get version() { return _get_version(this); }
static String _get_version(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698