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

Unified Diff: sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart

Issue 2871193002: New sdk/lib generated from Chrome 50 IDLs (Closed)
Patch Set: Created 3 years, 7 months 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
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | sdk/lib/svg/dart2js/svg_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart
diff --git a/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart b/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart
index 9f49fe193da80e44ee9d92113144fdb520c80532..c540bb06384c56955ab5b7faac6067411b76d901 100644
--- a/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart
+++ b/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart
@@ -457,7 +457,7 @@ class Database extends EventTarget {
@DocsEditable()
@Creates('int|String|Null')
@Returns('int|String|Null')
- final Object version;
+ final int version;
@DomName('IDBDatabase.close')
@DocsEditable()
@@ -1301,7 +1301,7 @@ class Request extends EventTarget {
@DomName('IDBRequest.error')
@DocsEditable()
- final DomError error;
+ final DomException error;
@DomName('IDBRequest.readyState')
@DocsEditable()
@@ -1415,7 +1415,7 @@ class Transaction extends EventTarget {
@DomName('IDBTransaction.error')
@DocsEditable()
- final DomError error;
+ final DomException error;
@DomName('IDBTransaction.mode')
@DocsEditable()
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | sdk/lib/svg/dart2js/svg_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698