mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +00:00
LibWeb: Return String from CSSStyleRule::selector_text()
This commit is contained in:
parent
374b6cdffd
commit
d344c50663
3 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ public:
|
|||
|
||||
virtual Type type() const override { return Type::Style; }
|
||||
|
||||
DeprecatedString selector_text() const;
|
||||
String selector_text() const;
|
||||
void set_selector_text(StringView);
|
||||
|
||||
CSSStyleDeclaration* style();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue