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 ef2322a995352f1340dec4f022b9a349f915a272..f9bd9bb6fd9c6621371be606cafc61f45559c94d 100644 |
--- a/webkit/tools/test_shell/simple_dom_storage_system.cc |
+++ b/webkit/tools/test_shell/simple_dom_storage_system.cc |
@@ -192,7 +192,7 @@ SimpleDomStorageSystem* SimpleDomStorageSystem::g_instance_; |
SimpleDomStorageSystem::SimpleDomStorageSystem() |
: weak_factory_(this), |
- context_(new DomStorageContext(FilePath(), NULL, NULL)), |
+ context_(new DomStorageContext(FilePath(), FilePath(), NULL, NULL)), |
host_(new DomStorageHost(context_)) { |
DCHECK(!g_instance_); |
g_instance_ = this; |