| 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..85a04c5aa66709e15ffe305b8707fdc5fddcbc98 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::InternalTimer)
|
| ->postTask(BLINK_FROM_HERE, crossThreadBind(&testing::exitRunLoop));
|
| waitableEvent->wait();
|
| }
|
|
|