LibWeb: Add PropertyID::Custom to code generator

This commit is contained in:
Tobias Christiansen
2021-05-24 22:45:03 +02:00
committed by Linus Groh
parent 9d801d2345
commit 8396099e0e
Notes: sideshowbarker 2024-07-18 17:16:41 +09:00

View File

@@ -53,6 +53,7 @@ namespace Web::CSS {
enum class PropertyID {
Invalid,
Custom,
)~~~");
json.value().as_object().for_each_member([&](auto& name, auto& value) {