mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +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
|
@ -27,7 +27,7 @@ public:
|
|||
|
||||
virtual String to_string() const override
|
||||
{
|
||||
return serialize_a_url(m_url.to_deprecated_string());
|
||||
return serialize_a_url(MUST(m_url.to_string()));
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue