mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
LibWeb: Use String for getting/setting MediaQueryList media
This commit is contained in:
parent
6dbc3044bd
commit
ef1e942f3e
6 changed files with 7 additions and 7 deletions
|
@ -39,7 +39,7 @@ public:
|
|||
return m_media;
|
||||
}
|
||||
|
||||
void set_media(DeprecatedString media)
|
||||
void set_media(String media)
|
||||
{
|
||||
m_media->set_media_text(media);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue