| Index: Source/core/page/RuntimeCSSEnabled.cpp
|
| diff --git a/Source/core/page/RuntimeCSSEnabled.cpp b/Source/core/page/RuntimeCSSEnabled.cpp
|
| index 49b443ea1a377981f28e7ddf89263e863954de93..402929eb52592ea1e27be8add92b7894cb346184 100644
|
| --- a/Source/core/page/RuntimeCSSEnabled.cpp
|
| +++ b/Source/core/page/RuntimeCSSEnabled.cpp
|
| @@ -71,6 +71,7 @@ static void setPropertySwitchesFromRuntimeFeatures(BoolVector& properties)
|
| setCSSPropertiesEnabled(css3TextDecorationProperties, WTF_ARRAY_LENGTH(css3TextDecorationProperties), RuntimeEnabledFeatures::css3TextDecorationsEnabled());
|
| CSSPropertyID css3TextProperties[] = {
|
| CSSPropertyTextAlignLast,
|
| + CSSPropertyTextJustify,
|
| };
|
| setCSSPropertiesEnabled(css3TextProperties, WTF_ARRAY_LENGTH(css3TextProperties), RuntimeEnabledFeatures::css3TextEnabled());
|
| CSSPropertyID cssGridLayoutProperties[] = {
|
|
|