| Index: Source/modules/serviceworkers/ServiceWorkerClients.cpp
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.cpp b/Source/modules/serviceworkers/ServiceWorkerClients.cpp
|
| index d01716b08e831f2d98753ff80a88eac4d7752596..0d6474f0d6a073f3094d767cf5b7a6de59dd6279 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerClients.cpp
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerClients.cpp
|
| @@ -50,7 +50,6 @@ ServiceWorkerClients* ServiceWorkerClients::create()
|
|
|
| ServiceWorkerClients::ServiceWorkerClients()
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| ScriptPromise ServiceWorkerClients::getAll(ScriptState* scriptState, const Dictionary& options)
|
|
|