Index: third_party/WebKit/Source/core/workers/WorkerThread.cpp |
diff --git a/third_party/WebKit/Source/core/workers/WorkerThread.cpp b/third_party/WebKit/Source/core/workers/WorkerThread.cpp |
index dfe9303c28c3af32c0602114e62e214fcd484e78..4436cd8606bb1a40b6b54ec3812c1a5ea8baf38f 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerThread.cpp |
+++ b/third_party/WebKit/Source/core/workers/WorkerThread.cpp |
@@ -354,7 +354,7 @@ void WorkerThread::terminateInternal(TerminationMode mode) { |
m_forcibleTerminationTaskHandle = |
workerReportingProxy() |
.getParentFrameTaskRunners() |
- ->get(TaskType::Internal) |
+ ->get(TaskType::InternalTimer) |
->postDelayedCancellableTask( |
BLINK_FROM_HERE, |
WTF::bind(&WorkerThread::mayForciblyTerminateExecution, |