| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| index be00bd052781344220c121473dbc80770fb5c0b9..196eace9e691354ff5ea953d06984001d8ff2b29 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| @@ -33,7 +33,7 @@ class ServiceWorkerRegistration final
|
| , public ActiveScriptWrappable
|
| , public ActiveDOMObject
|
| , public WebServiceWorkerRegistrationProxy
|
| - , public HeapSupplementable<ServiceWorkerRegistration> {
|
| + , public Supplementable<ServiceWorkerRegistration> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(ServiceWorkerRegistration);
|
| USING_GARBAGE_COLLECTED_MIXIN(ServiceWorkerRegistration);
|
|
|