| Index: content/browser/indexed_db/indexed_db_quota_client.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_quota_client.cc b/content/browser/indexed_db/indexed_db_quota_client.cc
|
| index d8af36c55668513ba66e1ac3046c1b6070705704..a33e4289645ba0e46b9617140632503ab712cda5 100644
|
| --- a/content/browser/indexed_db/indexed_db_quota_client.cc
|
| +++ b/content/browser/indexed_db/indexed_db_quota_client.cc
|
| @@ -40,7 +40,7 @@ void GetAllOriginsOnIndexedDBThread(IndexedDBContextImpl* context,
|
|
|
| void DidGetOrigins(const IndexedDBQuotaClient::GetOriginsCallback& callback,
|
| const std::set<GURL>* origins) {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| + DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
| callback.Run(*origins);
|
| }
|
|
|
|
|