| 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..1a3e68940d1fe8f03548c43b5924191c1968c0aa 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| @@ -17,7 +17,7 @@ namespace blink {
|
|
|
| InProcessWorkerBase::InProcessWorkerBase(ExecutionContext* context)
|
| : AbstractWorker(context),
|
| - ActiveScriptWrappable<InProcessWorkerBase>(this),
|
| +
|
| m_contextProxy(nullptr) {}
|
|
|
| InProcessWorkerBase::~InProcessWorkerBase() {
|
|
|