| Index: third_party/WebKit/Source/web/AnimationWorkletProxyClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/AnimationWorkletProxyClientImpl.cpp b/third_party/WebKit/Source/web/AnimationWorkletProxyClientImpl.cpp
|
| index 5287393191c99614218e6de6a23a9ac6b38c4b24..0cef84cc5a27a1eb1354ecdb3f6c651a7f9551fc 100644
|
| --- a/third_party/WebKit/Source/web/AnimationWorkletProxyClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/AnimationWorkletProxyClientImpl.cpp
|
| @@ -35,7 +35,7 @@ bool AnimationWorkletProxyClientImpl::mutate(
|
| void AnimationWorkletProxyClientImpl::registerCompositorProxy(
|
| CompositorProxy* proxy) {
|
| DCHECK(!isMainThread());
|
| - m_proxies.add(proxy);
|
| + m_proxies.insert(proxy);
|
| }
|
|
|
| void AnimationWorkletProxyClientImpl::unregisterCompositorProxy(
|
|
|