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

Unified Diff: third_party/WebCore/Modules/indexeddb/IDBTransaction.idl

Issue 10513011: Roll IDL to multivm@576 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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
Index: third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
diff --git a/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl b/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
index b585108b78b65c212afa5423c6237249cf22c4f5..a0e54c03e0f262025c88fc45f8266bdaf6deabb0 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
+++ b/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
@@ -39,6 +39,9 @@ module storage {
// Properties
readonly attribute DOMString mode;
readonly attribute IDBDatabase db;
+ readonly attribute DOMError error
+ getter raises (IDBDatabaseException);
+
// Methods
IDBObjectStore objectStore (in DOMString name)
raises (IDBDatabaseException);
« no previous file with comments | « third_party/WebCore/Modules/indexeddb/IDBRequest.idl ('k') | third_party/WebCore/Modules/intents/DOMWindowIntents.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698