| 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 74c6fe99a6ad89b53dbc2393ee069554a501c530..11e508c054504ae12d218367e89243be60a98270 100644
|
| --- a/third_party/WebKit/Source/wtf/VectorTest.cpp
|
| +++ b/third_party/WebKit/Source/wtf/VectorTest.cpp
|
| @@ -206,7 +206,7 @@ TEST(VectorTest, OwnPtr)
|
| ASSERT_EQ(0u, vector.size());
|
| ASSERT_EQ(1, destructNumber);
|
|
|
| - ownCounter1.clear();
|
| + ownCounter1.reset();
|
| EXPECT_EQ(2, destructNumber);
|
|
|
| size_t count = 1025;
|
|
|