| Index: content/common/service_worker/service_worker_types.cc
|
| diff --git a/content/common/service_worker/service_worker_types.cc b/content/common/service_worker/service_worker_types.cc
|
| index 3c2b6043876fe20463e65031bdf2730aa1bc581c..d7c178511065f31bddc8ce9e5b195d697dc56b92 100644
|
| --- a/content/common/service_worker/service_worker_types.cc
|
| +++ b/content/common/service_worker/service_worker_types.cc
|
| @@ -73,6 +73,8 @@ ServiceWorkerObjectInfo::ServiceWorkerObjectInfo()
|
| state(blink::WebServiceWorkerStateUnknown) {}
|
|
|
| ServiceWorkerRegistrationObjectInfo::ServiceWorkerRegistrationObjectInfo()
|
| - : handle_id(kInvalidServiceWorkerRegistrationHandleId) {}
|
| + : handle_id(kInvalidServiceWorkerRegistrationHandleId),
|
| + registration_id(kInvalidServiceWorkerRegistrationId) {
|
| +}
|
|
|
| } // namespace content
|
|
|