mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
LibWeb: Remove some to_deprecated_string()
calls in the CSS code
This commit is contained in:
parent
9c1c7720c5
commit
6dbc3044bd
9 changed files with 12 additions and 12 deletions
|
@ -39,7 +39,7 @@ void CSSMediaRule::visit_edges(Cell::Visitor& visitor)
|
|||
|
||||
String CSSMediaRule::condition_text() const
|
||||
{
|
||||
return String::from_deprecated_string(m_media->media_text().to_deprecated_string()).release_value();
|
||||
return m_media->media_text();
|
||||
}
|
||||
|
||||
void CSSMediaRule::set_condition_text(String const& text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue