| 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 f83cd8244fb65c22558d8877e638a013dc00ce40..164d2cdbb148b73be710214b61ac7bb50366157a 100644
|
| --- a/content/common/service_worker/service_worker_types.cc
|
| +++ b/content/common/service_worker/service_worker_types.cc
|
| @@ -45,4 +45,7 @@ ServiceWorkerObjectInfo::ServiceWorkerObjectInfo()
|
| : handle_id(kInvalidServiceWorkerHandleId),
|
| state(blink::WebServiceWorkerStateUnknown) {}
|
|
|
| +ServiceWorkerRegistrationObjectInfo::ServiceWorkerRegistrationObjectInfo()
|
| + : handle_id(kInvalidServiceWorkerRegistrationHandleId) {}
|
| +
|
| } // namespace content
|
|
|