| Index: third_party/WebKit/Source/web/CompositorWorkerProxyClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/CompositorWorkerProxyClientImpl.cpp b/third_party/WebKit/Source/web/CompositorWorkerProxyClientImpl.cpp
|
| index 1e7f1495f58d46652b384228156e8a4387046c69..c564b861cb89f47fc1470e1b1f228a0ccf242fb3 100644
|
| --- a/third_party/WebKit/Source/web/CompositorWorkerProxyClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/CompositorWorkerProxyClientImpl.cpp
|
| @@ -117,7 +117,7 @@ void CompositorWorkerProxyClientImpl::registerCompositorProxy(
|
|
|
| void CompositorWorkerProxyClientImpl::unregisterCompositorProxy(
|
| CompositorProxy* proxy) {
|
| - m_proxies.remove(proxy);
|
| + m_proxies.erase(proxy);
|
| }
|
|
|
| } // namespace blink
|
|
|