| Index: components/safe_browsing_db/v4_database.cc
|
| diff --git a/components/safe_browsing_db/v4_database.cc b/components/safe_browsing_db/v4_database.cc
|
| index a16c5e7d40e352f05ff6ce55dd5c5fd40eb03e23..2deaf725726607fd7511ed1e3d66cea4f53d0a35 100644
|
| --- a/components/safe_browsing_db/v4_database.cc
|
| +++ b/components/safe_browsing_db/v4_database.cc
|
| @@ -171,6 +171,7 @@ void V4Database::GetStoresMatchingFullHash(
|
| const FullHash& full_hash,
|
| const std::unordered_set<UpdateListIdentifier>& stores_to_look,
|
| StoreAndHashPrefixes* matched_store_and_hash_prefixes) {
|
| + DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
| matched_store_and_hash_prefixes->clear();
|
| for (const UpdateListIdentifier& identifier : stores_to_look) {
|
| const auto& store_pair = store_map_->find(identifier);
|
|
|