| Index: Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h
|
| diff --git a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h
|
| index b1664c2c7138f90da2d1c25c7b21ce03a862842d..30b98148d15136df044745ddcaf90c0756750670 100644
|
| --- a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h
|
| +++ b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h
|
| @@ -32,7 +32,7 @@
|
| namespace WebCore {
|
|
|
| class IDBFactory;
|
| -class IDBFactoryBackendInterface;
|
| +class IndexedDBClient;
|
| class ExecutionContext;
|
| class WorkerGlobalScope;
|
|
|
| @@ -52,7 +52,7 @@ private:
|
| IDBFactory* indexedDB();
|
| static const char* supplementName();
|
|
|
| - RefPtr<IDBFactoryBackendInterface> m_factoryBackend;
|
| + RefPtr<IndexedDBClient> m_client;
|
| RefPtr<IDBFactory> m_idbFactory;
|
| };
|
|
|
|
|