| Index: modules/indexeddb/IDBDatabase.idl
|
| diff --git a/modules/indexeddb/IDBDatabase.idl b/modules/indexeddb/IDBDatabase.idl
|
| index 49b6acf6b216ffd9a2d082322e932ad508b71bc8..3d81ed27ba40f8816de1e10b40258fd474421ec1 100644
|
| --- a/modules/indexeddb/IDBDatabase.idl
|
| +++ b/modules/indexeddb/IDBDatabase.idl
|
| @@ -31,10 +31,10 @@
|
| readonly attribute IDBAny version;
|
| readonly attribute DOMStringList objectStoreNames;
|
|
|
| - attribute EventListener onabort;
|
| - attribute EventListener onclose;
|
| - attribute EventListener onerror;
|
| - attribute EventListener onversionchange;
|
| + attribute EventHandler onabort;
|
| + attribute EventHandler onclose;
|
| + attribute EventHandler onerror;
|
| + attribute EventHandler onversionchange;
|
|
|
| [RaisesException] IDBObjectStore createObjectStore(DOMString name, optional Dictionary options);
|
| [RaisesException] void deleteObjectStore(DOMString name);
|
|
|