| Index: content/browser/service_worker/service_worker_registration.cc
|
| diff --git a/content/browser/service_worker/service_worker_registration.cc b/content/browser/service_worker/service_worker_registration.cc
|
| index e3a7e9597b40c9bddd14ccff7280eefea8818033..060de04608ffefbdc3eac0b7ea6f16eac4e7d0db 100644
|
| --- a/content/browser/service_worker/service_worker_registration.cc
|
| +++ b/content/browser/service_worker/service_worker_registration.cc
|
| @@ -14,7 +14,6 @@ ServiceWorkerRegistration::ServiceWorkerRegistration(const GURL& pattern,
|
| : pattern_(pattern),
|
| script_url_(script_url),
|
| registration_id_(registration_id),
|
| - next_version_id_(0L),
|
| is_shutdown_(false) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| }
|
|
|