| Index: content/browser/indexed_db/indexed_db_database.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_database.cc b/content/browser/indexed_db/indexed_db_database.cc
|
| index 6d104a56d42d256a631fe1c1834c64bd176c1f5d..25c1888397fc4c4c692e135ae618e45e51b27ccd 100644
|
| --- a/content/browser/indexed_db/indexed_db_database.cc
|
| +++ b/content/browser/indexed_db/indexed_db_database.cc
|
| @@ -1924,7 +1924,7 @@ void IndexedDBDatabase::Close(IndexedDBConnection* connection, bool forced) {
|
|
|
| // TODO(jsbell): Add a test for the pending_open_calls_ cases below.
|
| if (!ConnectionCount() && pending_open_calls_.empty() &&
|
| - !pending_delete_calls_.size()) {
|
| + pending_delete_calls_.empty()) {
|
| DCHECK(transactions_.empty());
|
| backing_store_ = NULL;
|
| factory_->ReleaseDatabase(identifier_, forced);
|
|
|