mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:47:45 +00:00
LibWeb: Port CSSConditionRule interface from DeprecatedString to String
This commit is contained in:
parent
ff45874d4e
commit
cf733d309e
6 changed files with 13 additions and 13 deletions
|
@ -25,8 +25,8 @@ public:
|
|||
|
||||
virtual Type type() const override { return Type::Supports; }
|
||||
|
||||
DeprecatedString condition_text() const override;
|
||||
void set_condition_text(DeprecatedString) override;
|
||||
String condition_text() const override;
|
||||
void set_condition_text(String const&) override;
|
||||
virtual bool condition_matches() const override { return m_supports->matches(); }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue