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 d7c178511065f31bddc8ce9e5b195d697dc56b92..dec264e6414a96dcad6ec8fd3400b19af927a9cc 100644 |
--- a/content/common/service_worker/service_worker_types.cc |
+++ b/content/common/service_worker/service_worker_types.cc |
@@ -70,7 +70,8 @@ ServiceWorkerBatchOperation::ServiceWorkerBatchOperation() {} |
ServiceWorkerObjectInfo::ServiceWorkerObjectInfo() |
: handle_id(kInvalidServiceWorkerHandleId), |
- state(blink::WebServiceWorkerStateUnknown) {} |
+ state(blink::WebServiceWorkerStateUnknown), |
+ version_id(kInvalidServiceWorkerVersionId) {} |
ServiceWorkerRegistrationObjectInfo::ServiceWorkerRegistrationObjectInfo() |
: handle_id(kInvalidServiceWorkerRegistrationHandleId), |