Chromium Code Reviews| 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..31484a4c9342a05b184e06cbbab93b8a4bacb9ea 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::InternalLoading) |
|
Sami
2016/12/08 17:05:08
Let's keep this as a timer to avoid reordering wit
|
| ->postDelayedCancellableTask( |
| BLINK_FROM_HERE, |
| WTF::bind(&WorkerThread::mayForciblyTerminateExecution, |