Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: third_party/WebCore/Modules/indexeddb/IDBTransaction.idl

Issue 10837033: Roll IDL to multivm@733 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebCore/Modules/indexeddb/IDBDatabase.idl ('k') | third_party/WebCore/Modules/mediasource/SourceBuffer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698