Index: Source/core/page/RuntimeCSSEnabled.cpp |
diff --git a/Source/core/page/RuntimeCSSEnabled.cpp b/Source/core/page/RuntimeCSSEnabled.cpp |
index 06f69d25ebd9e144f2ad4117ba2ed020659dba20..1ce511d2c581b1da036008b9f15bbd1d38d492f0 100644 |
--- a/Source/core/page/RuntimeCSSEnabled.cpp |
+++ b/Source/core/page/RuntimeCSSEnabled.cpp |
@@ -74,6 +74,7 @@ static void setPropertySwitchesFromRuntimeFeatures() |
setCSSPropertiesEnabled(css3TextDecorationProperties, WTF_ARRAY_LENGTH(css3TextDecorationProperties), RuntimeEnabledFeatures::css3TextDecorationsEnabled()); |
CSSPropertyID css3TextProperties[] = { |
CSSPropertyTextAlignLast, |
+ CSSPropertyTextIndent, |
CSSPropertyTextJustify, |
}; |
setCSSPropertiesEnabled(css3TextProperties, WTF_ARRAY_LENGTH(css3TextProperties), RuntimeEnabledFeatures::css3TextEnabled()); |