| 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 40d64cdef4fc5d0f3fd13c8ffbf08397516a6a17..49426f4ae437d2b386a934a0bda7c585826cb4f0 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| @@ -30,7 +30,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::UnspecedTimer)
|
| ->postTask(BLINK_FROM_HERE, crossThreadBind(&testing::exitRunLoop));
|
| waitableEvent->wait();
|
| }
|
|
|