mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb/CSS: Use PropertyNameAndID instead of old Variant
This commit is contained in:
Notes:
github-actions[bot]
2025-10-02 12:48:44 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/c0ef7f09e49 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6310
@@ -237,8 +237,6 @@ enum class PropertyID : @property_id_underlying_type@ {
|
||||
generator.append(R"~~~(
|
||||
};
|
||||
|
||||
using PropertyIDOrCustomPropertyName = Variant<PropertyID, FlyString>;
|
||||
|
||||
enum class AnimationType {
|
||||
Discrete,
|
||||
ByComputedValue,
|
||||
|
||||
Reference in New Issue
Block a user