mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-30 14:20:21 +00:00
LibWeb: Add PropertyID::Custom to code generator
This commit is contained in:
parent
9d801d2345
commit
8396099e0e
Notes:
sideshowbarker
2024-07-18 17:16:41 +09:00
Author: https://github.com/TobyAsE
Commit: 8396099e0e
Pull-request: https://github.com/SerenityOS/serenity/pull/7455
Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ namespace Web::CSS {
|
|||
|
||||
enum class PropertyID {
|
||||
Invalid,
|
||||
Custom,
|
||||
)~~~");
|
||||
|
||||
json.value().as_object().for_each_member([&](auto& name, auto& value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue