Index: third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp |
diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp b/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp |
index 838e896b7ed8a362cecc3dc4889dc84eb4d58436..778121364ee1acfb167b1c38aa18f2478e2a8f91 100644 |
--- a/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp |
+++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp |
@@ -64,7 +64,7 @@ class ThreadedWorkletThreadForTest : public WorkerThread { |
globalScope()->countFeature(feature); |
workerReportingProxy() |
.getParentFrameTaskRunners() |
- ->get(TaskType::Internal) |
+ ->get(TaskType::UnspecedTimer) |
->postTask(BLINK_FROM_HERE, crossThreadBind(&testing::exitRunLoop)); |
} |
@@ -81,7 +81,7 @@ class ThreadedWorkletThreadForTest : public WorkerThread { |
workerReportingProxy() |
.getParentFrameTaskRunners() |
- ->get(TaskType::Internal) |
+ ->get(TaskType::UnspecedTimer) |
->postTask(BLINK_FROM_HERE, crossThreadBind(&testing::exitRunLoop)); |
} |
}; |