| Index: webkit/dom_storage/dom_storage_context.cc
|
| diff --git a/webkit/dom_storage/dom_storage_context.cc b/webkit/dom_storage/dom_storage_context.cc
|
| index 8065ec6facadba75025ae1f3f39c85af47168aa7..80df0093f37a7002d54c21ce3efb0f012e886604 100644
|
| --- a/webkit/dom_storage/dom_storage_context.cc
|
| +++ b/webkit/dom_storage/dom_storage_context.cc
|
| @@ -167,7 +167,7 @@ void DomStorageContext::PurgeMemory() {
|
| StorageNamespaceMap::iterator found =
|
| namespaces_.find(kLocalStorageNamespaceId);
|
| if (found != namespaces_.end())
|
| - found->second->PurgeMemory();
|
| + found->second->PurgeMemory(DomStorageNamespace::PURGE_AGGRESSIVE);
|
| }
|
|
|
| void DomStorageContext::Shutdown() {
|
|
|