| Index: Source/modules/serviceworkers/ServiceWorkerClient.cpp
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClient.cpp b/Source/modules/serviceworkers/ServiceWorkerClient.cpp
|
| index f0761916bbafac5c1d5a07c2651b0982464fb2da..794644b59e611b3ea604cb28a42867f1adedef12 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerClient.cpp
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerClient.cpp
|
| @@ -21,7 +21,6 @@ ServiceWorkerClient* ServiceWorkerClient::create(unsigned id)
|
| ServiceWorkerClient::ServiceWorkerClient(unsigned id)
|
| : m_id(id)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| void ServiceWorkerClient::postMessage(ExecutionContext* context, PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, ExceptionState& exceptionState)
|
|
|