Index: content/browser/indexed_db/indexed_db_leveldb_coding.cc |
diff --git a/content/browser/indexed_db/indexed_db_leveldb_coding.cc b/content/browser/indexed_db/indexed_db_leveldb_coding.cc |
index d0064267c930b6d64d63661ee4123f2891f6bd5b..a493d52fc1f07c74fe5bdcfacc65a07a198ffb7c 100644 |
--- a/content/browser/indexed_db/indexed_db_leveldb_coding.cc |
+++ b/content/browser/indexed_db/indexed_db_leveldb_coding.cc |
@@ -1436,7 +1436,7 @@ std::string DatabaseMetaDataKey::Encode(int64 database_id, |
} |
ObjectStoreMetaDataKey::ObjectStoreMetaDataKey() |
- : object_store_id_(-1), meta_data_type_(-1) {} |
+ : object_store_id_(-1), meta_data_type_(0xFF) {} |
bool ObjectStoreMetaDataKey::Decode(StringPiece* slice, |
ObjectStoreMetaDataKey* result) { |