| Index: third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp b/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp
|
| index 6fb752a8ecc45eb63304e56e06ecdc5374f6a05d..6664105c581e042797d1f99d55e76890207faafd 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp
|
| @@ -66,9 +66,6 @@ void WorkerBackingThread::initialize() {
|
| addWorkerIsolate(m_isolate);
|
| V8Initializer::initializeWorker(m_isolate);
|
|
|
| - std::unique_ptr<V8IsolateInterruptor> interruptor =
|
| - WTF::makeUnique<V8IsolateInterruptor>(m_isolate);
|
| - ThreadState::current()->addInterruptor(std::move(interruptor));
|
| ThreadState::current()->registerTraceDOMWrappers(
|
| m_isolate, V8GCController::traceDOMWrappers,
|
| ScriptWrappableVisitor::invalidateDeadObjectsInMarkingDeque,
|
|
|