Index: Source/core/css/CSSShorthands.in |
diff --git a/Source/core/css/CSSShorthands.in b/Source/core/css/CSSShorthands.in |
index 04f9a63237567292d069e78b67925c07bb075289..ee699032e29d76aa64dfdfea7cde99f6519c09c2 100644 |
--- a/Source/core/css/CSSShorthands.in |
+++ b/Source/core/css/CSSShorthands.in |
@@ -30,6 +30,7 @@ marker longhands=marker-start;marker-mid;marker-end |
outline longhands=outline-color;outline-style;outline-width |
overflow longhands=overflow-x;overflow-y |
padding longhands=padding-top;padding-right;padding-bottom;padding-left |
+text-decoration longhands=text-decoration-line;text-decoration-style;text-decoration-color, runtimeEnabledShorthand=CSS3TextDecorations |
transition longhands=transition-property;transition-duration;transition-timing-function;transition-delay |
-webkit-animation longhands=-webkit-animation-name;-webkit-animation-duration;-webkit-animation-timing-function;-webkit-animation-delay;-webkit-animation-iteration-count;-webkit-animation-direction;-webkit-animation-fill-mode |
-webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-style;-webkit-border-after-color |