| Index: Source/modules/indexeddb/IDBTransaction.idl
|
| diff --git a/Source/modules/indexeddb/IDBTransaction.idl b/Source/modules/indexeddb/IDBTransaction.idl
|
| index 9eac27f996c0847f632ee216d665c3571ec10f23..1787cb4ceda851303c4f5fc5d922d170a457b47f 100644
|
| --- a/Source/modules/indexeddb/IDBTransaction.idl
|
| +++ b/Source/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;
|
| };
|
|
|