| Index: content/common/service_worker/service_worker_provider_host_info.cc
|
| diff --git a/content/common/service_worker/service_worker_provider_host_info.cc b/content/common/service_worker/service_worker_provider_host_info.cc
|
| index 04a18876e27c825fc2f5ca98ea9b1c45f78666a3..5c671cca51cf6e37743d086ffc3b3698b3f49a93 100644
|
| --- a/content/common/service_worker/service_worker_provider_host_info.cc
|
| +++ b/content/common/service_worker/service_worker_provider_host_info.cc
|
| @@ -13,7 +13,9 @@ ServiceWorkerProviderHostInfo::ServiceWorkerProviderHostInfo(
|
| : provider_id(other.provider_id),
|
| route_id(other.route_id),
|
| type(other.type),
|
| - is_parent_frame_secure(other.is_parent_frame_secure) {}
|
| + is_parent_frame_secure(other.is_parent_frame_secure),
|
| + host_request(std::move(other.host_request)),
|
| + client_ptr_info(std::move(other.client_ptr_info)) {}
|
|
|
| ServiceWorkerProviderHostInfo::ServiceWorkerProviderHostInfo(
|
| int provider_id,
|
|
|