LibWeb/CSS: Remove PropertyID::Invalid

This commit is contained in:
Sam Atkins 2025-09-30 12:40:59 +01:00 committed by Jelle Raaijmakers
commit a098b5fcc4
Notes: github-actions[bot] 2025-09-30 13:22:16 +00:00
3 changed files with 0 additions and 4 deletions

View file

@ -820,8 +820,6 @@ RefPtr<StyleValue const> CSSStyleProperties::style_value_for_computed_property(L
return KeywordStyleValue::create(Keyword::Normal);
return get_computed_value(property_id);
}
case PropertyID::Invalid:
return KeywordStyleValue::create(Keyword::Invalid);
case PropertyID::Custom:
dbgln_if(LIBWEB_CSS_DEBUG, "Computed style for custom properties was requested (?)");
return nullptr;