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

Unified Diff: Source/WebCore/Modules/indexeddb/IDBBackingStore.h

Issue 10422005: Merge 116562 - IndexedDB: call abort handler when there are problems committing (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « no previous file | Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/Modules/indexeddb/IDBBackingStore.h
===================================================================
--- Source/WebCore/Modules/indexeddb/IDBBackingStore.h (revision 118040)
+++ Source/WebCore/Modules/indexeddb/IDBBackingStore.h (working copy)
@@ -113,7 +113,7 @@
public:
virtual ~Transaction() { }
virtual void begin() = 0;
- virtual void commit() = 0;
+ virtual bool commit() = 0;
virtual void rollback() = 0;
};
virtual PassRefPtr<Transaction> createTransaction() = 0;
« no previous file with comments | « no previous file | Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698