| Index: webkit/tools/test_shell/simple_dom_storage_system.cc
|
| diff --git a/webkit/tools/test_shell/simple_dom_storage_system.cc b/webkit/tools/test_shell/simple_dom_storage_system.cc
|
| index 5b6188b566850e8977a5edc0567c494e03734c21..4e040e2135705c21da27c4d9bd4e603b40611fd4 100644
|
| --- a/webkit/tools/test_shell/simple_dom_storage_system.cc
|
| +++ b/webkit/tools/test_shell/simple_dom_storage_system.cc
|
| @@ -94,7 +94,7 @@ SimpleDomStorageSystem::NamespaceImpl::~NamespaceImpl() {
|
| namespace_id_ == kInvalidNamespaceId || !Context()) {
|
| return;
|
| }
|
| - Context()->DeleteSessionNamespace(namespace_id_);
|
| + Context()->DeleteSessionNamespace(namespace_id_, false);
|
| }
|
|
|
| WebStorageArea* SimpleDomStorageSystem::NamespaceImpl::createStorageArea(
|
|
|