| 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 131c0e603c6c404b6738883fedfa5ceb8bb13f13..f63c32da7ac418252c9171fe656caf2ef35593a3 100644
|
| --- a/content/common/service_worker/service_worker_types.cc
|
| +++ b/content/common/service_worker/service_worker_types.cc
|
| @@ -76,7 +76,7 @@ ServiceWorkerResponse::~ServiceWorkerResponse() {}
|
| ServiceWorkerObjectInfo::ServiceWorkerObjectInfo()
|
| : handle_id(kInvalidServiceWorkerHandleId),
|
| state(blink::WebServiceWorkerStateUnknown),
|
| - version_id(kInvalidServiceWorkerVersionId) {}
|
| + version_uuid(std::string()) {}
|
|
|
| ServiceWorkerRegistrationObjectInfo::ServiceWorkerRegistrationObjectInfo()
|
| : handle_id(kInvalidServiceWorkerRegistrationHandleId),
|
|
|