| Index: third_party/WebKit/Source/web/CompositorMutatorImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/CompositorMutatorImpl.cpp b/third_party/WebKit/Source/web/CompositorMutatorImpl.cpp
|
| index a3a64eadfbe38753cfcc84a04f59fc5c15b283c1..867cc4b1a8df54f3e906abe9b8263b8e7f97959f 100644
|
| --- a/third_party/WebKit/Source/web/CompositorMutatorImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/CompositorMutatorImpl.cpp
|
| @@ -78,7 +78,7 @@ void CompositorMutatorImpl::registerProxyClient(
|
| CompositorProxyClientImpl* client) {
|
| TRACE_EVENT0("compositor-worker", "CompositorMutatorImpl::registerClient");
|
| DCHECK(!m_proxyClients.contains(client));
|
| - m_proxyClients.add(client);
|
| + m_proxyClients.insert(client);
|
| setNeedsMutate();
|
| }
|
|
|
|
|