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