| Index: third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
|
| diff --git a/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl b/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
|
| index a0e54c03e0f262025c88fc45f8266bdaf6deabb0..dfa9ed9a1b6c24ac44ef01ad376bd80de9cb78ca 100644
|
| --- a/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
|
| +++ b/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
|
| @@ -39,13 +39,13 @@ module storage {
|
| // Properties
|
| readonly attribute DOMString mode;
|
| readonly attribute IDBDatabase db;
|
| - readonly attribute DOMError error
|
| - getter raises (IDBDatabaseException);
|
| + readonly attribute DOMError error;
|
|
|
| // Methods
|
| IDBObjectStore objectStore (in DOMString name)
|
| raises (IDBDatabaseException);
|
| void abort ();
|
| +
|
| // Events
|
| attribute EventListener onabort;
|
| attribute EventListener oncomplete;
|
|
|