| Index: Source/modules/indexeddb/IDBFactory.h
|
| diff --git a/Source/modules/indexeddb/IDBFactory.h b/Source/modules/indexeddb/IDBFactory.h
|
| index 3e4525666738d5abeedc9043dc26970628dbf01f..cfe3178187d6feb9ebee3ea71020ffdb12547007 100644
|
| --- a/Source/modules/indexeddb/IDBFactory.h
|
| +++ b/Source/modules/indexeddb/IDBFactory.h
|
| @@ -64,7 +64,7 @@ private:
|
|
|
| PassRefPtr<IDBOpenDBRequest> openInternal(ExecutionContext*, const String& name, int64_t version, ExceptionState&);
|
|
|
| - RefPtr<IDBFactoryBackendInterface> m_backend;
|
| + RefPtr<IDBFactoryBackendInterface> m_permissionClient;
|
| };
|
|
|
| } // namespace WebCore
|
|
|