| Index: third_party/WebKit/Source/wtf/DequeTest.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/DequeTest.cpp b/third_party/WebKit/Source/wtf/DequeTest.cpp
|
| index 791a5a1c6aa756dcdf6087c7a0527d82030b8aa2..ddc4ebe9abf9f31503bb1e3704cb2f2410e75b4b 100644
|
| --- a/third_party/WebKit/Source/wtf/DequeTest.cpp
|
| +++ b/third_party/WebKit/Source/wtf/DequeTest.cpp
|
| @@ -304,7 +304,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; }
|
|
|