| Index: third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapTest.cpp b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| index 04b6e40969c9bab3f0f8dbc3286025d5cd4ecaad..c741cfed1bdb38d797e9430d95a86ff147af0739 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| @@ -3498,7 +3498,7 @@ TEST(HeapTest, HeapWeakCollectionTypes) {
|
| } else if (collectionNumber == weakSetIndex && firstAlive) {
|
| ASSERT_TRUE(weakSet->contains(keepNumbersAlive[i]));
|
| if (deleteAfterwards)
|
| - weakSet->remove(keepNumbersAlive[i]);
|
| + weakSet->erase(keepNumbersAlive[i]);
|
| else
|
| count++;
|
| } else if (collectionNumber == weakOrderedSetIndex && firstAlive) {
|
|
|