Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / CSSParserValuesTest.cpp
index 7e43411..5e7bd92 100644 (file)
@@ -92,7 +92,7 @@ TEST(CSSParserValuesTest, CSSParserValuelistClear)
         value.setFromNumber(3);
         list.addValue(value);
     }
-    list.clear();
+    list.clearAndLeakValues();
     ASSERT_FALSE(list.size());
     ASSERT_FALSE(list.currentIndex());
 }