mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 21:49:42 +00:00
LibWeb/CSS: Remove PropertyID::Invalid
This commit is contained in:
parent
56c7d838f0
commit
a098b5fcc4
Notes:
github-actions[bot]
2025-09-30 13:22:16 +00:00
Author: https://github.com/AtkinsSJ
Commit: a098b5fcc4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6347
Reviewed-by: https://github.com/gmta ✅
3 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue