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

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

Issue 10536007: Merge 117978 - IndexedDB: Fire error when there are problems opening a DB (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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 | « Source/WebCore/Modules/indexeddb/IDBFactoryBackendImpl.cpp ('k') | Source/WebKit/chromium/WebKit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.h
===================================================================
--- Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.h (revision 119484)
+++ Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.h (working copy)
@@ -80,9 +80,10 @@
static bool backingStoreExists(SecurityOrigin*, const String& name, const String& pathBase);
-private:
+protected:
IDBLevelDBBackingStore(const String& identifier, IDBFactoryBackendImpl*, PassOwnPtr<LevelDBDatabase>);
+private:
String m_identifier;
RefPtr<IDBFactoryBackendImpl> m_factory;
OwnPtr<LevelDBDatabase> m_db;
« no previous file with comments | « Source/WebCore/Modules/indexeddb/IDBFactoryBackendImpl.cpp ('k') | Source/WebKit/chromium/WebKit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698