Index: Source/WebCore/storage/IDBLevelDBCoding.h |
=================================================================== |
--- Source/WebCore/storage/IDBLevelDBCoding.h (revision 97254) |
+++ Source/WebCore/storage/IDBLevelDBCoding.h (working copy) |
@@ -143,6 +143,7 @@ |
static const char* decode(const char* start, const char* limit, ObjectStoreMetaDataKey* result); |
static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t metaDataType); |
static Vector<char> encodeMaxKey(int64_t databaseId); |
+ static Vector<char> encodeMaxKey(int64_t databaseId, int64_t objectStoreId); |
int64_t objectStoreId() const; |
int64_t metaDataType() const; |
int compare(const ObjectStoreMetaDataKey& other); |