| 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 dfa9ed9a1b6c24ac44ef01ad376bd80de9cb78ca..b5c207dee08ef601dc1f86df71b223fa440159cd 100644
|
| --- a/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
|
| +++ b/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
|
| @@ -44,7 +44,8 @@ module storage {
|
| // Methods
|
| IDBObjectStore objectStore (in DOMString name)
|
| raises (IDBDatabaseException);
|
| - void abort ();
|
| + void abort ()
|
| + raises (IDBDatabaseException);
|
|
|
| // Events
|
| attribute EventListener onabort;
|
|
|