| Index: Source/core/workers/SharedWorker.cpp
|
| diff --git a/Source/core/workers/SharedWorker.cpp b/Source/core/workers/SharedWorker.cpp
|
| index 6c1c516635f43070587085fe81b972b53fba4409..fc05644179fbef73b1a5c4014e397d9c880c3580 100644
|
| --- a/Source/core/workers/SharedWorker.cpp
|
| +++ b/Source/core/workers/SharedWorker.cpp
|
| @@ -52,7 +52,6 @@ inline SharedWorker::SharedWorker(ExecutionContext* context)
|
| : AbstractWorker(context)
|
| , m_isBeingConnected(false)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtrWillBeRawPtr<SharedWorker> SharedWorker::create(ExecutionContext* context, const String& url, const String& name, ExceptionState& exceptionState)
|
|
|