| Index: third_party/WebKit/Source/platform/graphics/ContiguousContainerTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ContiguousContainerTest.cpp b/third_party/WebKit/Source/platform/graphics/ContiguousContainerTest.cpp
|
| index 7396543462df6a434481f4d4c93f923feed5f08e..cd94ba0cf895df70d4fe746703fdbf25f233e2c2 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ContiguousContainerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ContiguousContainerTest.cpp
|
| @@ -286,7 +286,7 @@ TEST(ContiguousContainerTest, IterationAfterRemoveLast) {
|
| pointers.append(&list.allocateAndConstruct<SmallStruct>());
|
| };
|
| auto pop = [&list, &pointers]() {
|
| - pointers.removeLast();
|
| + pointers.pop_back();
|
| list.removeLast();
|
| };
|
| auto check_equal = [&list, &pointers]() {
|
|
|