| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index f5a581fe1ae162180f066a8a29b9e9676cc67032..dbf7a325c2b6e459779158a7aaa06a2ad4d7f0c9 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -564,6 +564,7 @@ void ProfileIOData::LazyInitialize() const {
|
| io_thread->net_log(),
|
| io_thread_globals->proxy_script_fetcher_context.get(),
|
| profile_params_->proxy_config_service.release(),
|
| + io_thread_globals->v8_default_isolate,
|
| command_line));
|
|
|
| transport_security_state_.reset(new net::TransportSecurityState());
|
|
|