| Index: Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.h
|
| ===================================================================
|
| --- Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.h (revision 119524)
|
| +++ Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.h (working copy)
|
| @@ -80,10 +80,9 @@
|
|
|
| static bool backingStoreExists(SecurityOrigin*, const String& name, const String& pathBase);
|
|
|
| -protected:
|
| +private:
|
| IDBLevelDBBackingStore(const String& identifier, IDBFactoryBackendImpl*, PassOwnPtr<LevelDBDatabase>);
|
|
|
| -private:
|
| String m_identifier;
|
| RefPtr<IDBFactoryBackendImpl> m_factory;
|
| OwnPtr<LevelDBDatabase> m_db;
|
|
|