Index: modules/indexeddb/IDBTransaction.idl |
diff --git a/modules/indexeddb/IDBTransaction.idl b/modules/indexeddb/IDBTransaction.idl |
index 9eac27f996c0847f632ee216d665c3571ec10f23..1787cb4ceda851303c4f5fc5d922d170a457b47f 100644 |
--- a/modules/indexeddb/IDBTransaction.idl |
+++ b/modules/indexeddb/IDBTransaction.idl |
@@ -38,7 +38,7 @@ |
[RaisesException] void abort (); |
// Events |
- attribute EventListener onabort; |
- attribute EventListener oncomplete; |
- attribute EventListener onerror; |
+ attribute EventHandler onabort; |
+ attribute EventHandler oncomplete; |
+ attribute EventHandler onerror; |
}; |