Chromium Code Reviews| Index: Source/WebCore/Modules/indexeddb/IDBFactory.h |
| =================================================================== |
| --- Source/WebCore/Modules/indexeddb/IDBFactory.h (revision 131667) |
| +++ Source/WebCore/Modules/indexeddb/IDBFactory.h (working copy) |
| @@ -67,6 +67,8 @@ |
| private: |
| IDBFactory(IDBFactoryBackendInterface*); |
| + PassRefPtr<IDBOpenDBRequest> openInternal(ScriptExecutionContext*, const String& name, int64_t version, ExceptionCode&); |
| + |
| RefPtr<IDBFactoryBackendInterface> m_backend; |
| }; |