| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index f930009229a24ee422dafe1add02676222448851..4431076bd0847ba3be00a1720f79dd3ec35c49d5 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -193,7 +193,7 @@ void ClearLocalStorageOnUIThread(
|
| origin_matcher.Run(storage_origin,
|
| special_storage_policy.get());
|
| if (can_delete)
|
| - dom_storage_context->DeleteLocalStorage(storage_origin);
|
| + dom_storage_context->DeleteLocalStorageForPhysicalOrigin(storage_origin);
|
|
|
| callback.Run();
|
| return;
|
|
|