| Index: webkit/tools/test_shell/test_shell_request_context.cc
|
| diff --git a/webkit/tools/test_shell/test_shell_request_context.cc b/webkit/tools/test_shell/test_shell_request_context.cc
|
| index 80ce41074c7af77fd26b83636c38a36a1bcf40eb..8fef5784720f0b9fd15ca4f020b68196a2c73937 100644
|
| --- a/webkit/tools/test_shell/test_shell_request_context.cc
|
| +++ b/webkit/tools/test_shell/test_shell_request_context.cc
|
| @@ -125,6 +125,7 @@ void TestShellRequestContext::Init(
|
| "blob",
|
| new webkit_blob::BlobProtocolHandler(
|
| blob_storage_controller_.get(),
|
| + file_system_context_,
|
| SimpleResourceLoaderBridge::GetIoThread()));
|
| job_factory->SetProtocolHandler(
|
| "filesystem",
|
|
|