mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02:00
LibWeb/CSS: Remove PropertyID::Invalid
This commit is contained in:
committed by
Jelle Raaijmakers
parent
56c7d838f0
commit
a098b5fcc4
Notes:
github-actions[bot]
2025-09-30 13:22:16 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/a098b5fcc4a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6347 Reviewed-by: https://github.com/gmta ✅
@@ -172,7 +172,6 @@ ErrorOr<void> generate_header_file(JsonObject& properties, JsonObject& logical_p
|
||||
namespace Web::CSS {
|
||||
|
||||
enum class PropertyID : @property_id_underlying_type@ {
|
||||
Invalid,
|
||||
Custom,
|
||||
)~~~");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user