| Index: third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp
|
| index 01f5055d1b8c1537b4cb5150baf8b1ceb14e31cf..bf59c89a28450e064ffed51b2375b4e5aafcc3d2 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp
|
| @@ -46,7 +46,7 @@ WorkerOrWorkletGlobalScope* AnimationWorkletThread::createWorkerGlobalScope(
|
| std::move(startupData->m_starterOriginPrivilegeData));
|
|
|
| // TODO(ikilpatrick): The AnimationWorkletGlobalScope will need to store a
|
| - // WorkerClients object for using a CompositorProxyClient object.
|
| + // WorkerClients object for using a CompositorWorkerProxyClient object.
|
| return AnimationWorkletGlobalScope::create(
|
| startupData->m_scriptURL, startupData->m_userAgent,
|
| securityOrigin.release(), this->isolate(), this);
|
|
|