mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 10:09:14 +00:00
AK+Everywhere: Remove the char const*
JSON value constructor
This commit is contained in:
parent
ee70f1327a
commit
70eb0ba1cd
Notes:
github-actions[bot]
2025-02-21 00:29:35 +00:00
Author: https://github.com/trflynn89
Commit: 70eb0ba1cd
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3631
Reviewed-by: https://github.com/awesomekling ✅
10 changed files with 35 additions and 35 deletions
|
@ -193,7 +193,7 @@ JsonValue WalkerActor::serialize_node(JsonObject const& node) const
|
|||
serialized.set("causesOverflow"sv, false);
|
||||
serialized.set("containerType"sv, JsonValue {});
|
||||
serialized.set("displayName"sv, name.to_lowercase());
|
||||
serialized.set("displayType"sv, "block");
|
||||
serialized.set("displayType"sv, "block"sv);
|
||||
serialized.set("host"sv, JsonValue {});
|
||||
serialized.set("isAfterPseudoElement"sv, false);
|
||||
serialized.set("isAnonymous"sv, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue