| Index: third_party/WebKit/Source/wtf/VectorTest.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/VectorTest.cpp b/third_party/WebKit/Source/wtf/VectorTest.cpp
|
| index 1b3f2b5e7389de3ea4477118fc7b6b91b001667d..1e66770c2d8cde63a592c095fa7865dd79d63976 100644
|
| --- a/third_party/WebKit/Source/wtf/VectorTest.cpp
|
| +++ b/third_party/WebKit/Source/wtf/VectorTest.cpp
|
| @@ -300,7 +300,7 @@ class WrappedInt {
|
| ~WrappedInt() {
|
| EXPECT_EQ(m_originalThisPtr, this);
|
| EXPECT_TRUE(constructedWrappedInts.contains(this));
|
| - constructedWrappedInts.remove(this);
|
| + constructedWrappedInts.erase(this);
|
| }
|
|
|
| int get() const { return m_i; }
|
|
|