Index: Source/core/page/RuntimeCSSEnabled.cpp |
diff --git a/Source/core/page/RuntimeCSSEnabled.cpp b/Source/core/page/RuntimeCSSEnabled.cpp |
index 256ddb913ec9e14a444158e68eb8b22be8d37e0b..51c2ef196c6bec1928c2bdb0b522671036ed6302 100644 |
--- a/Source/core/page/RuntimeCSSEnabled.cpp |
+++ b/Source/core/page/RuntimeCSSEnabled.cpp |
@@ -71,6 +71,7 @@ static void setPropertySwitchesFromRuntimeFeatures() |
CSSPropertyTextDecorationColor, |
CSSPropertyTextDecorationLine, |
CSSPropertyTextDecorationStyle, |
+ CSSPropertyTextUnderlinePosition, |
}; |
setCSSPropertiesEnabled(css3TextDecorationProperties, WTF_ARRAY_LENGTH(css3TextDecorationProperties), RuntimeEnabledFeatures::css3TextDecorationsEnabled()); |
CSSPropertyID css3TextProperties[] = { |