summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/Modules/indexeddb/IDBTransaction.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/Modules/indexeddb/IDBTransaction.idl')
-rw-r--r--Source/WebCore/Modules/indexeddb/IDBTransaction.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/Modules/indexeddb/IDBTransaction.idl b/Source/WebCore/Modules/indexeddb/IDBTransaction.idl
index b585108b7..a0e54c03e 100644
--- a/Source/WebCore/Modules/indexeddb/IDBTransaction.idl
+++ b/Source/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);