| Index: content/browser/in_process_webkit/indexed_db_key_utility_client.cc
|
| diff --git a/content/browser/in_process_webkit/indexed_db_key_utility_client.cc b/content/browser/in_process_webkit/indexed_db_key_utility_client.cc
|
| index 7580c183934b6dc696943751f144ff2f38d8c632..d546d2b4d411883e701a904955d63fb263d176e7 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_key_utility_client.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_key_utility_client.cc
|
| @@ -276,6 +276,9 @@ void KeyUtilityClientImpl::StartUtilityProcessInternal() {
|
| client_ = new KeyUtilityClientImpl::Client(this);
|
| utility_process_host_ = new UtilityProcessHost(
|
| client_.get(), BrowserThread::IO);
|
| +#if defined(OS_LINUX)
|
| + utility_process_host_->set_should_use_zygote(true);
|
| +#endif
|
| utility_process_host_->StartBatchMode();
|
| state_ = STATE_INITIALIZED;
|
| waitable_event_.Signal();
|
|
|