| Index: content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host_impl.cc b/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| index 052e5ce9d52d6a8249849bdb17ec96617a296e13..165318059703a88f753d7a6642d2e39bab8307d2 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| @@ -1631,7 +1631,7 @@ void ResourceDispatcherHostImpl::UpdateLoadStates() {
|
| load_info.url = request->url();
|
| load_info.load_state = to_insert;
|
| load_info.upload_size = info->GetUploadSize();
|
| - load_info.upload_position = request->GetUploadProgress();
|
| + load_info.upload_position = request->GetUploadProgress().position;
|
| }
|
|
|
| if (info_map.empty())
|
|
|