Example #1
0
CSSValueList::~CSSValueList()
{
    for (CSSValue *val = m_values.first(); val; val = m_values.next())
        val->deref();
}