| Index: content/child/request_info.cc
|
| diff --git a/content/child/request_info.cc b/content/child/request_info.cc
|
| index b115b7d4d0d7f5c4f68208db21f6a064a1a73e1d..2af34cd5dc6bf41e78e108d57ff2eec7f3c2766d 100644
|
| --- a/content/child/request_info.cc
|
| +++ b/content/child/request_info.cc
|
| @@ -27,7 +27,8 @@ RequestInfo::RequestInfo()
|
| enable_upload_progress(false),
|
| do_not_prompt_for_login(false),
|
| report_raw_headers(false),
|
| - extra_data(NULL) {}
|
| + extra_data(NULL),
|
| + loading_web_task_runner(nullptr) {}
|
|
|
| RequestInfo::~RequestInfo() {}
|
|
|
|
|