Chromium Code Reviews| 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; |