mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
LibWeb: Port CSSRule::serialized from DeprecatedString to String
This commit is contained in:
parent
890cce6fbb
commit
d400291ad9
18 changed files with 30 additions and 30 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue