| Index: Source/core/workers/Worker.cpp
|
| diff --git a/Source/core/workers/Worker.cpp b/Source/core/workers/Worker.cpp
|
| index 871f271118a20727fae59a615c8fe88c25695b9c..57ed7fa8dda46f19c983ef0333e1e3c2ce1dabe3 100644
|
| --- a/Source/core/workers/Worker.cpp
|
| +++ b/Source/core/workers/Worker.cpp
|
| @@ -47,7 +47,6 @@ inline Worker::Worker(ExecutionContext* context)
|
| : AbstractWorker(context)
|
| , m_contextProxy(0)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtrWillBeRawPtr<Worker> Worker::create(ExecutionContext* context, const String& url, ExceptionState& exceptionState)
|
|
|