Index: third_party/WebKit/Source/wtf/ListHashSetTest.cpp |
diff --git a/third_party/WebKit/Source/wtf/ListHashSetTest.cpp b/third_party/WebKit/Source/wtf/ListHashSetTest.cpp |
index 226edbe0c2a3227a732f13b82f289fbb07ceb632..9b6ac979d0cb122b07f0659c4e017d2ee461339f 100644 |
--- a/third_party/WebKit/Source/wtf/ListHashSetTest.cpp |
+++ b/third_party/WebKit/Source/wtf/ListHashSetTest.cpp |
@@ -60,7 +60,7 @@ TYPED_TEST(ListOrLinkedHashSetTest, RemoveFirst) { |
list.removeFirst(); |
EXPECT_EQ(0, list.front()); |
- list.removeLast(); |
+ list.pop_back(); |
EXPECT_EQ(2, list.back()); |
list.removeFirst(); |