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

@@ -41,7 +41,7 @@ public:
virtual Optional<Gfx::Color> color_if_single_pixel_bitmap() const { return {}; }
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;
};
// And now, some gradient related things. Maybe these should live somewhere else.