| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| index d567e00965ee20a3e56ca16ec2345ac9eb5a3ed7..6572f6da70cf6fe65b34628bb887eeeba2989cec 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| @@ -116,7 +116,7 @@ void ServiceWorkerRegistration::dispose()
|
| {
|
| // Promptly clears a raw reference from content/ to an on-heap object
|
| // so that content/ doesn't access it in a lazy sweeping phase.
|
| - m_handle.clear();
|
| + m_handle.reset();
|
| }
|
|
|
| DEFINE_TRACE(ServiceWorkerRegistration)
|
|
|