mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +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
@@ -10,7 +10,7 @@
|
||||
namespace Web::CSS {
|
||||
|
||||
// https://drafts.css-houdini.org/css-typed-om-1/#reify-stylevalue
|
||||
GC::Ref<CSSStyleValue> AbstractImageStyleValue::reify(JS::Realm& realm, String const&) const
|
||||
GC::Ref<CSSStyleValue> AbstractImageStyleValue::reify(JS::Realm& realm, FlyString const&) const
|
||||
{
|
||||
// AD-HOC: There's no spec description of how to reify as a CSSImageValue.
|
||||
return CSSImageValue::create(realm, to_string(SerializationMode::Normal));
|
||||
|
||||
Reference in New Issue
Block a user