mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 14:43:01 +02:00
LibWeb: Add PropertyID::Custom to code generator
This commit is contained in:
committed by
Linus Groh
parent
9d801d2345
commit
8396099e0e
Notes:
sideshowbarker
2024-07-18 17:16:41 +09:00
Author: https://github.com/TobyAsE Commit: https://github.com/SerenityOS/serenity/commit/8396099e0ee Pull-request: https://github.com/SerenityOS/serenity/pull/7455 Reviewed-by: https://github.com/linusg
@@ -53,6 +53,7 @@ namespace Web::CSS {
|
||||
|
||||
enum class PropertyID {
|
||||
Invalid,
|
||||
Custom,
|
||||
)~~~");
|
||||
|
||||
json.value().as_object().for_each_member([&](auto& name, auto& value) {
|
||||
|
||||
Reference in New Issue
Block a user