LibWeb/CSS: Use FlyString for CSSStyleValue property name

This commit is contained in:
Sam Atkins
2025-09-25 13:00:43 +01:00
parent a8312bf571
commit a30afafcc9
Notes: github-actions[bot] 2025-10-02 12:48:24 +00:00
22 changed files with 32 additions and 31 deletions

View File

@@ -21,7 +21,7 @@ public:
virtual String to_string(SerializationMode) const override;
virtual Vector<Parser::ComponentValue> tokenize() const override;
virtual GC::Ref<CSSStyleValue> reify(JS::Realm&, String const& associated_property) const override;
virtual GC::Ref<CSSStyleValue> reify(JS::Realm&, FlyString const& associated_property) const override;
bool equals(StyleValue const& other) const override
{