| 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 995be974c976c895952de3b0f22eb442155c1d97..1b275603895e55018ce581f94a04a609e9416b9d 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp
|
| @@ -42,7 +42,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);
|
|
|