LibWeb: Replace TextDecorationStyleValue with ShorthandStyleValue

This commit is contained in:
Sam Atkins 2023-09-20 15:52:44 +01:00 committed by Sam Atkins
commit 8efac89a16
Notes: sideshowbarker 2024-07-18 00:54:03 +09:00
11 changed files with 8 additions and 95 deletions

View file

@ -122,7 +122,6 @@ using StyleValueVector = Vector<ValueComparingNonnullRefPtr<StyleValue const>>;
__ENUMERATE_STYLE_VALUE_TYPE(Shadow, shadow) \
__ENUMERATE_STYLE_VALUE_TYPE(Shorthand, shorthand) \
__ENUMERATE_STYLE_VALUE_TYPE(String, string) \
__ENUMERATE_STYLE_VALUE_TYPE(TextDecoration, text_decoration) \
__ENUMERATE_STYLE_VALUE_TYPE(Time, time) \
__ENUMERATE_STYLE_VALUE_TYPE(Transformation, transformation) \
__ENUMERATE_STYLE_VALUE_TYPE(Unresolved, unresolved) \