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; |
} |