| Index: Source/modules/serviceworkers/ServiceWorkerClients.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.h b/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| index 2afa8852e8299e6946de0ff22d8e999539580a60..84e1586db39d02b2665373c10e8b16ab7afea3b6 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| @@ -18,11 +18,10 @@ class ScriptPromise;
|
| class ScriptState;
|
| class ServiceWorkerClient;
|
|
|
| -class ServiceWorkerClients FINAL : public RefCountedWillBeGarbageCollected<ServiceWorkerClients>, public ScriptWrappable {
|
| - DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ServiceWorkerClients);
|
| +class ServiceWorkerClients FINAL : public GarbageCollected<ServiceWorkerClients>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static PassRefPtrWillBeRawPtr<ServiceWorkerClients> create();
|
| + static ServiceWorkerClients* create();
|
|
|
| // ServiceWorkerClients.idl
|
| ScriptPromise getAll(ScriptState*, const Dictionary&);
|
|
|