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

Unified Diff: third_party/WebKit/Source/core/workers/WorkletThreadHolder.h

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
Index: third_party/WebKit/Source/core/workers/WorkletThreadHolder.h
diff --git a/third_party/WebKit/Source/core/workers/WorkletThreadHolder.h b/third_party/WebKit/Source/core/workers/WorkletThreadHolder.h
index d6f11c3ff84a15973872a4968d81ecaff437be81..a1601cb35b21fb4dc5242579324fc145c16508af 100644
--- a/third_party/WebKit/Source/core/workers/WorkletThreadHolder.h
+++ b/third_party/WebKit/Source/core/workers/WorkletThreadHolder.h
@@ -19,7 +19,7 @@ namespace blink {
template <class DerivedWorkletThread>
class WorkletThreadHolder {
public:
- static WorkletThreadHolder<DerivedWorkletThread>* threadHolderInstance() {
+ static WorkletThreadHolder<DerivedWorkletThread>* getInstance() {
MutexLocker locker(holderInstanceMutex());
return s_threadHolderInstance;
}

Powered by Google App Engine
This is Rietveld 408576698