| 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 c544e56538c96d89e9a3aacec052f5eedf213d22..625ab8b75c7fde18c47d31f9f03124311e38901f 100644
|
| --- a/content/common/service_worker/service_worker_types.cc
|
| +++ b/content/common/service_worker/service_worker_types.cc
|
| @@ -50,4 +50,7 @@ ServiceWorkerObjectInfo::ServiceWorkerObjectInfo()
|
| ServiceWorkerRegistrationObjectInfo::ServiceWorkerRegistrationObjectInfo()
|
| : handle_id(kInvalidServiceWorkerRegistrationHandleId) {}
|
|
|
| +ServiceWorkerVersionAttributes::ServiceWorkerVersionAttributes()
|
| + : changed_mask(0) {}
|
| +
|
| } // namespace content
|
|
|