| 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 aab1255d145a6e46d3f64e9a602365c9156d5d15..154a244bf8ab05e163ba00cc6b50a21602a0d3c6 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 = leveldb_env::kDefaultLogReuseOptionValue;
|
| options.compression = leveldb::kSnappyCompression;
|
|
|
| // For info about the troubles we've run into with this parameter, see:
|
|
|