| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| index 37fb79c82c1cabd4a8445a870146bd25a5041ec4..5c4e0dc10c6284ec3904aba0b8a327cf4d4f56c8 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| @@ -53,7 +53,7 @@ class WebServiceWorkerProvider;
|
| class WebServiceWorkerRegistration;
|
|
|
| class MODULES_EXPORT ServiceWorkerContainer final
|
| - : public RefCountedGarbageCollectedEventTargetWithInlineData<ServiceWorkerContainer>
|
| + : public EventTargetWithInlineData<ServiceWorkerContainer>
|
| , public ContextLifecycleObserver
|
| , public WebServiceWorkerProviderClient {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|