| Index: content/child/service_worker/service_worker_registration_handle_reference.cc
|
| diff --git a/content/child/service_worker/service_worker_registration_handle_reference.cc b/content/child/service_worker/service_worker_registration_handle_reference.cc
|
| index 438bce486c0de95ad2dfed8a82592a69c63d0af6..7a9e2847ae0ca23c25f5e983f864201a2d4ee978 100644
|
| --- a/content/child/service_worker/service_worker_registration_handle_reference.cc
|
| +++ b/content/child/service_worker/service_worker_registration_handle_reference.cc
|
| @@ -34,7 +34,7 @@ ServiceWorkerRegistrationHandleReference(
|
| sender_(sender) {
|
| DCHECK_NE(kInvalidServiceWorkerRegistrationHandleId, info_.handle_id);
|
| DCHECK(sender_.get());
|
| - if (increment_ref_in_ctor)
|
| + if (!increment_ref_in_ctor)
|
| return;
|
| sender_->Send(
|
| new ServiceWorkerHostMsg_IncrementRegistrationRefCount(info_.handle_id));
|
|
|