| Index: Source/modules/serviceworkers/ServiceWorkerClients.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.h b/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| index 819800993292b22a66135255a8801b2340bfff1d..dd7da7012b68fbb79d0c7510f92cd7fc356fddb2 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| @@ -17,10 +17,9 @@ 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 {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<ServiceWorkerClients> create();
|
| + static ServiceWorkerClients* create();
|
|
|
| // ServiceWorkerClients.idl
|
| ScriptPromise getServiced(ScriptState*);
|
|
|