| Index: content/browser/dom_storage/dom_storage_namespace.cc
|
| diff --git a/content/browser/dom_storage/dom_storage_namespace.cc b/content/browser/dom_storage/dom_storage_namespace.cc
|
| index 9aba4238b0e0360bd13de8125bfe9328deff930c..eb65d82406992d4a33260b9048f502c92e3d6f2b 100644
|
| --- a/content/browser/dom_storage/dom_storage_namespace.cc
|
| +++ b/content/browser/dom_storage/dom_storage_namespace.cc
|
| @@ -184,7 +184,7 @@ DOMStorageNamespace::UsageStatistics DOMStorageNamespace::GetUsageStatistics()
|
|
|
| void DOMStorageNamespace::OnMemoryDump(
|
| base::trace_event::ProcessMemoryDump* pmd) {
|
| - DCHECK(task_runner_->IsRunningOnPrimarySequence());
|
| + task_runner_->AssertIsRunningOnPrimarySequence();
|
| for (const auto& it : areas_)
|
| it.second.area_->OnMemoryDump(pmd);
|
| }
|
|
|