Chromium Code Reviews| Index: third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp |
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp |
| index e96b1a3f44ceb3602e38a6ff567ad4699be25e85..f4e6557c4a230507b0d2150135e7af6a6a6911aa 100644 |
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp |
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp |
| @@ -29,7 +29,7 @@ void waitForSignalTask(WorkerThread* workerThread, |
| // Notify the main thread that the debugger task is waiting for the signal. |
| workerThread->workerReportingProxy() |
| .getParentFrameTaskRunners() |
| - ->get(TaskType::Internal) |
| + ->get(TaskType::InternalLoading) |
|
Sami
2016/12/08 17:05:08
Ditto.
|
| ->postTask(BLINK_FROM_HERE, crossThreadBind(&testing::exitRunLoop)); |
| waitableEvent->wait(); |
| } |