Chromium Code Reviews

Unified Diff: Source/WebCore/storage/IDBLevelDBCoding.h

Issue 8242009: Merge 96007 - IndexedDB: Null key path gets stored as empty string key path (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/WebCore/storage/IDBLevelDBBackingStore.cpp ('k') | Source/WebCore/storage/IDBLevelDBCoding.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « Source/WebCore/storage/IDBLevelDBBackingStore.cpp ('k') | Source/WebCore/storage/IDBLevelDBCoding.cpp » ('j') | no next file with comments »

Powered by Google App Engine