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 942f1e779286848778fa2493f0edbc6324887bc3..7b894f9600abe5da2253e16edf9c9a321715f11d 100644 |
--- a/webkit/tools/test_shell/simple_dom_storage_system.cc |
+++ b/webkit/tools/test_shell/simple_dom_storage_system.cc |
@@ -191,7 +191,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; |