mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb/CSS: Use FlyString for CSSStyleValue property name
This commit is contained in:
Notes:
github-actions[bot]
2025-10-02 12:48:24 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/a30afafcc91 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6310
@@ -21,7 +21,7 @@ Vector<Parser::ComponentValue> IntegerStyleValue::tokenize() const
|
||||
}
|
||||
|
||||
// https://drafts.css-houdini.org/css-typed-om-1/#reify-a-numeric-value
|
||||
GC::Ref<CSSStyleValue> IntegerStyleValue::reify(JS::Realm& realm, String const& associated_property) const
|
||||
GC::Ref<CSSStyleValue> IntegerStyleValue::reify(JS::Realm& realm, FlyString const& associated_property) const
|
||||
{
|
||||
// NB: Step 1 doesn't apply here.
|
||||
// 2. If num is the unitless value 0 and num is a <dimension>, return a new CSSUnitValue with its value internal
|
||||
|
||||
Reference in New Issue
Block a user