| Index: chrome/browser/browsing_data_remover.cc
|
| diff --git a/chrome/browser/browsing_data_remover.cc b/chrome/browser/browsing_data_remover.cc
|
| index 08bebbc39eae3b2e3d1c4d81ddd53bef13efd3f2..9945141068c46f54351352789efd308c2ee04336 100644
|
| --- a/chrome/browser/browsing_data_remover.cc
|
| +++ b/chrome/browser/browsing_data_remover.cc
|
| @@ -356,7 +356,8 @@ void BrowsingDataRemover::RemoveImpl(int remove_mask,
|
| if (remove_mask & REMOVE_LOCAL_STORAGE) {
|
| waiting_for_clear_local_storage_ = true;
|
| if (!dom_storage_context_)
|
| - dom_storage_context_ = BrowserContext::GetDOMStorageContext(profile_);
|
| + dom_storage_context_ =
|
| + BrowserContext::GetDefaultDOMStorageContext(profile_);
|
| ClearLocalStorageOnUIThread();
|
| }
|
|
|
|
|