mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValue
This commit is contained in:
@@ -163,7 +163,7 @@ String IdentifierStyleValue::to_string() const
|
||||
case CSS::ValueID::VendorSpecificPaletteSyntaxPreprocessorValue:
|
||||
return "-libweb-palette-syntax-preprocessor-value";
|
||||
default:
|
||||
ASSERT_NOT_REACHED();
|
||||
return String::formatted("-fixme-css-value-id-{}", (int)id());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user