| 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 0cef84cc5a27a1eb1354ecdb3f6c651a7f9551fc..c44def54389b1f4857c1477df9a7f0f99a33a54b 100644
|
| --- a/third_party/WebKit/Source/web/AnimationWorkletProxyClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/AnimationWorkletProxyClientImpl.cpp
|
| @@ -41,7 +41,7 @@ void AnimationWorkletProxyClientImpl::registerCompositorProxy(
|
| void AnimationWorkletProxyClientImpl::unregisterCompositorProxy(
|
| CompositorProxy* proxy) {
|
| DCHECK(!isMainThread());
|
| - m_proxies.remove(proxy);
|
| + m_proxies.erase(proxy);
|
| }
|
|
|
| } // namespace blink
|
|
|