| 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 45bf88f6f3e9422f08a84ab7e77337eeadc0607a..cafd59fab008896a48c01691c892d9ac7ceb0cdc 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);
|
|
|