| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp
|
| index eb65a9882d13c85b03f909a18b0e084ecde9318e..009cce510506c3b0f72cf782b69ec0114cacacaf 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp
|
| @@ -39,7 +39,7 @@ DisplayItemClient::~DisplayItemClient() {
|
| << ". See crbug.com/609218.";
|
| }
|
| }
|
| - liveDisplayItemClients->remove(this);
|
| + liveDisplayItemClients->erase(this);
|
| // In case this object is a subsequence owner.
|
| endShouldKeepAliveAllClients(this);
|
| }
|
|
|