mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Port MediaList interface from DeprecatedString to String
This commit is contained in:
committed by
Andrew Kaster
parent
72f54eca26
commit
ff45874d4e
@@ -37,7 +37,7 @@ void CSSMediaRule::visit_edges(Cell::Visitor& visitor)
|
||||
|
||||
DeprecatedString CSSMediaRule::condition_text() const
|
||||
{
|
||||
return m_media->media_text();
|
||||
return m_media->media_text().to_deprecated_string();
|
||||
}
|
||||
|
||||
void CSSMediaRule::set_condition_text(DeprecatedString text)
|
||||
|
||||
Reference in New Issue
Block a user