Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(723)

Unified Diff: third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp

Issue 2579823002: Worker: Rename WorkletThreadHolder::threadHolderInstance() to getInstance() (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/WorkletThreadHolder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f6b967afa8dc97b337484f1896a1b2b26d8cce97..838e896b7ed8a362cecc3dc4889dc84eb4d58436 100644
--- a/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
+++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
@@ -28,8 +28,8 @@ class ThreadedWorkletThreadForTest : public WorkerThread {
~ThreadedWorkletThreadForTest() override{};
WorkerBackingThread& workerBackingThread() override {
- auto workletThreadHolder = WorkletThreadHolder<
- ThreadedWorkletThreadForTest>::threadHolderInstance();
+ auto workletThreadHolder =
+ WorkletThreadHolder<ThreadedWorkletThreadForTest>::getInstance();
DCHECK(workletThreadHolder);
return *workletThreadHolder->thread();
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/WorkletThreadHolder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698