| 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 657f5aed66bae0f0f5679d6662f37ae13a7c426a..8d3f0fe27a5af626a6860200adeef6b09afc7845 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(this),
|
| + ActiveScriptWrappable<InProcessWorkerBase>(this),
|
| m_contextProxy(nullptr) {}
|
|
|
| InProcessWorkerBase::~InProcessWorkerBase() {
|
|
|