mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
@@ -20,7 +20,7 @@ bool CSSLabLike::equals(CSSStyleValue const& other) const
|
||||
auto const& other_color = other.as_color();
|
||||
if (color_type() != other_color.color_type())
|
||||
return false;
|
||||
auto const& other_lab_like = verify_cast<CSSLabLike>(other_color);
|
||||
auto const& other_lab_like = as<CSSLabLike>(other_color);
|
||||
return m_properties == other_lab_like.m_properties;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user