| Index: Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerRegistration.h b/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| index 28a0a100aaa971610d88681617102e595c2e1085..ee19ccc6bf62be7bd821d14b10a822252f831e9b 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| @@ -29,7 +29,7 @@ class ServiceWorkerRegistration final
|
| , public WebServiceWorkerRegistrationProxy
|
| , public HeapSupplementable<ServiceWorkerRegistration> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| - DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<ServiceWorkerRegistration>);
|
| + REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(ServiceWorkerRegistration);
|
| USING_GARBAGE_COLLECTED_MIXIN(ServiceWorkerRegistration);
|
| public:
|
| // EventTarget overrides.
|
|
|