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

Unified Diff: Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.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
Index: Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.h
===================================================================
--- Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.h (revision 118040)
+++ Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.h (working copy)
@@ -93,7 +93,7 @@
public:
static PassRefPtr<Transaction> create(IDBLevelDBBackingStore*);
virtual void begin();
- virtual void commit();
+ virtual bool commit();
virtual void rollback();
private:
« no previous file with comments | « Source/WebCore/Modules/indexeddb/IDBBackingStore.h ('k') | Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698