mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +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
|
@ -22,7 +22,7 @@ public:
|
|||
|
||||
virtual ~MediaQueryList() override = default;
|
||||
|
||||
DeprecatedString media() const;
|
||||
String media() const;
|
||||
bool matches() const;
|
||||
bool evaluate();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue