ext/libsass/src/to_value.cpp in sassc-1.10.1 vs ext/libsass/src/to_value.cpp in sassc-1.11.0
- old
+ new
@@ -86,11 +86,11 @@
{
if (!arg->name().empty()) return 0;
return arg->value()->perform(this);
}
- // Selector_List is converted to a string
- Value* To_Value::operator()(Selector_List* s)
+ // CommaSequence_Selector is converted to a string
+ Value* To_Value::operator()(CommaSequence_Selector* s)
{
return SASS_MEMORY_NEW(mem, String_Quoted,
s->pstate(),
s->to_string(ctx.c_options));
}