Index: content/browser/indexed_db/leveldb/leveldb_database.cc |
diff --git a/content/browser/indexed_db/leveldb/leveldb_database.cc b/content/browser/indexed_db/leveldb/leveldb_database.cc |
index 8dd60c85be3b75a27f4a9af25a7009f62f795525..e6a599b8d6141a16abfa3e9f40fcf5fa0926d6ba 100644 |
--- a/content/browser/indexed_db/leveldb/leveldb_database.cc |
+++ b/content/browser/indexed_db/leveldb/leveldb_database.cc |
@@ -103,7 +103,7 @@ static leveldb::Status OpenDB( |
options.create_if_missing = true; |
options.paranoid_checks = true; |
options.filter_policy = filter_policy->get(); |
- options.reuse_logs = true; |
+ options.reuse_logs = false; |
options.compression = leveldb::kSnappyCompression; |
// For info about the troubles we've run into with this parameter, see: |