| Index: Source/modules/serviceworkers/ServiceWorkerClient.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClient.h b/Source/modules/serviceworkers/ServiceWorkerClient.h
|
| index dfff18b1085b8e21303cc1fb76b809b4373c2520..4c8be3b2f20f687210b88a8474f8b1a62b1294ac 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerClient.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerClient.h
|
| @@ -12,10 +12,9 @@
|
|
|
| namespace blink {
|
|
|
| -class ServiceWorkerClient FINAL : public RefCountedWillBeGarbageCollected<ServiceWorkerClient>, public ScriptWrappable {
|
| - DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ServiceWorkerClient);
|
| +class ServiceWorkerClient FINAL : public GarbageCollected<ServiceWorkerClient>, public ScriptWrappable {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<ServiceWorkerClient> create(unsigned id);
|
| + static ServiceWorkerClient* create(unsigned id);
|
|
|
| // ServiceWorkerClient.idl
|
| unsigned id() const { return m_id; }
|
|
|