| Index: third_party/WebKit/Source/platform/MemoryCoordinator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/MemoryCoordinator.cpp b/third_party/WebKit/Source/platform/MemoryCoordinator.cpp
|
| index c011a96309465cadcd7752a07be0ed54a0163747..b8d6b7ac165e3578e2aa6d786e1d5f6f90303106 100644
|
| --- a/third_party/WebKit/Source/platform/MemoryCoordinator.cpp
|
| +++ b/third_party/WebKit/Source/platform/MemoryCoordinator.cpp
|
| @@ -50,7 +50,7 @@ void MemoryCoordinator::registerClient(MemoryCoordinatorClient* client) {
|
|
|
| void MemoryCoordinator::unregisterClient(MemoryCoordinatorClient* client) {
|
| DCHECK(isMainThread());
|
| - m_clients.remove(client);
|
| + m_clients.erase(client);
|
| }
|
|
|
| void MemoryCoordinator::onMemoryPressure(WebMemoryPressureLevel level) {
|
|
|