| Index: chrome/browser/worker_host/worker_process_host.cc
|
| diff --git a/chrome/browser/worker_host/worker_process_host.cc b/chrome/browser/worker_host/worker_process_host.cc
|
| index 2ea0564c5d97257b25955a1085100b9db02bcdd1..bef7c5b91a48d6fb5af1e37e90cb732e6cf57d92 100644
|
| --- a/chrome/browser/worker_host/worker_process_host.cc
|
| +++ b/chrome/browser/worker_host/worker_process_host.cc
|
| @@ -181,7 +181,7 @@ bool WorkerProcessHost::Init() {
|
| // requests them.
|
| ChildProcessSecurityPolicy::GetInstance()->GrantPermissionsForFile(
|
| id(),
|
| - request_context_->browser_file_system_context()->
|
| + request_context_->file_system_context()->
|
| path_manager()->base_path(),
|
| base::PLATFORM_FILE_OPEN |
|
| base::PLATFORM_FILE_CREATE |
|
|
|