| Index: content/browser/indexed_db/leveldb/leveldb_database.h
|
| diff --git a/content/browser/indexed_db/leveldb/leveldb_database.h b/content/browser/indexed_db/leveldb/leveldb_database.h
|
| index c27dea066f0672f3a46214fa28328801a05b0531..039cccc317f37476463773a7447c3ef023e4211a 100644
|
| --- a/content/browser/indexed_db/leveldb/leveldb_database.h
|
| +++ b/content/browser/indexed_db/leveldb/leveldb_database.h
|
| @@ -136,7 +136,6 @@ class CONTENT_EXPORT LevelDBDatabase
|
| };
|
|
|
| // Despite the type name, this object uses LRU eviction.
|
| - size_t lru_max_size_ = 0;
|
| base::HashingMRUCache<LevelDBIterator*, DetachIteratorOnDestruct>
|
| iterator_lru_;
|
|
|
|
|