| Index: third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| index 8d3f0fe27a5af626a6860200adeef6b09afc7845..07fabd3c5ee1fd8222a297b6fd01fb75322c5c17 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| @@ -17,7 +17,6 @@ namespace blink {
|
|
|
| InProcessWorkerBase::InProcessWorkerBase(ExecutionContext* context)
|
| : AbstractWorker(context),
|
| - ActiveScriptWrappable<InProcessWorkerBase>(this),
|
| m_contextProxy(nullptr) {}
|
|
|
| InProcessWorkerBase::~InProcessWorkerBase() {
|
|
|