| 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 bc36f6980e75d0dafdae11809e3faabdd1e6e1ba..6675e3f8138b9da90d80b78a88eb4a086c8b0a61 100644
|
| --- a/webkit/tools/test_shell/test_shell_request_context.cc
|
| +++ b/webkit/tools/test_shell/test_shell_request_context.cc
|
| @@ -127,7 +127,7 @@ void TestShellRequestContext::Init(
|
| "blob",
|
| new webkit_blob::BlobProtocolHandler(
|
| blob_storage_controller_.get(),
|
| - file_system_context_,
|
| + file_system_context_.get(),
|
| SimpleResourceLoaderBridge::GetIoThread()));
|
| job_factory->SetProtocolHandler(
|
| "filesystem",
|
|
|