mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibWeb: Port CSSRule::serialized from DeprecatedString to String
This commit is contained in:
@@ -24,7 +24,7 @@ void CSSRule::visit_edges(Cell::Visitor& visitor)
|
||||
}
|
||||
|
||||
// https://www.w3.org/TR/cssom/#dom-cssrule-csstext
|
||||
DeprecatedString CSSRule::css_text() const
|
||||
String CSSRule::css_text() const
|
||||
{
|
||||
// The cssText attribute must return a serialization of the CSS rule.
|
||||
return serialized();
|
||||
|
||||
Reference in New Issue
Block a user