| Index: content/child/service_worker/web_service_worker_registration_impl.cc
|
| diff --git a/content/child/service_worker/web_service_worker_registration_impl.cc b/content/child/service_worker/web_service_worker_registration_impl.cc
|
| index 48d440e40c3eaa4614c84b9ed1fff8fc3b700208..de0acf7b035d155c5c01d7e96c9c565576c40cfb 100644
|
| --- a/content/child/service_worker/web_service_worker_registration_impl.cc
|
| +++ b/content/child/service_worker/web_service_worker_registration_impl.cc
|
| @@ -200,14 +200,6 @@ WebServiceWorkerRegistrationImpl::CreateHandle(
|
| return base::MakeUnique<HandleImpl>(registration);
|
| }
|
|
|
| -blink::WebServiceWorkerRegistration::Handle*
|
| -WebServiceWorkerRegistrationImpl::CreateLeakyHandle(
|
| - const scoped_refptr<WebServiceWorkerRegistrationImpl>& registration) {
|
| - if (!registration)
|
| - return nullptr;
|
| - return new HandleImpl(registration);
|
| -}
|
| -
|
| WebServiceWorkerRegistrationImpl::~WebServiceWorkerRegistrationImpl() {
|
| ServiceWorkerDispatcher* dispatcher =
|
| ServiceWorkerDispatcher::GetThreadSpecificInstance();
|
|
|