| Index: Source/modules/indexeddb/IDBFactory.h
|
| diff --git a/Source/modules/indexeddb/IDBFactory.h b/Source/modules/indexeddb/IDBFactory.h
|
| index b1e297302c9fb8694d91155ee3a6b4089863074b..8f9cdef414bae471c2054542a4a2827530c54fcc 100644
|
| --- a/Source/modules/indexeddb/IDBFactory.h
|
| +++ b/Source/modules/indexeddb/IDBFactory.h
|
| @@ -62,6 +62,7 @@ public:
|
| private:
|
| IDBFactory(IDBFactoryBackendInterface*);
|
|
|
| + // FIXME: Seems there is a sign mismatch between version (signed) and that in open (unsigned)
|
| PassRefPtr<IDBOpenDBRequest> openInternal(ScriptExecutionContext*, const String& name, int64_t version, ExceptionState&);
|
|
|
| RefPtr<IDBFactoryBackendInterface> m_backend;
|
|
|