Index: Source/modules/indexeddb/IDBTransaction.idl |
diff --git a/Source/modules/indexeddb/IDBTransaction.idl b/Source/modules/indexeddb/IDBTransaction.idl |
index 7f567590b79b3cd2971923a045bdaa121d7e9bdf..c4248fcfd04c8725100bd58c2555e76c216e125d 100644 |
--- a/Source/modules/indexeddb/IDBTransaction.idl |
+++ b/Source/modules/indexeddb/IDBTransaction.idl |
@@ -44,7 +44,7 @@ enum IDBTransactionMode { |
[RuntimeEnabled=IndexedDBExperimental, Measure] readonly attribute DOMStringList objectStoreNames; |
readonly attribute IDBTransactionMode mode; |
readonly attribute IDBDatabase db; |
- [Measure] readonly attribute DOMError error; |
+ [Measure] readonly attribute DOMException error; |
// Methods |
[RaisesException] IDBObjectStore objectStore (DOMString name); |