| Index: Source/core/css/RuntimeCSSEnabled.cpp
|
| diff --git a/Source/core/css/RuntimeCSSEnabled.cpp b/Source/core/css/RuntimeCSSEnabled.cpp
|
| index 7928c526a6393af052bd72ab5c29bfd54448480d..c05d3c56e644365d2faa4f496f857970f4444da3 100644
|
| --- a/Source/core/css/RuntimeCSSEnabled.cpp
|
| +++ b/Source/core/css/RuntimeCSSEnabled.cpp
|
| @@ -92,7 +92,8 @@ static void setPropertySwitchesFromRuntimeFeatures()
|
| CSSPropertyGridRow,
|
| CSSPropertyGridArea,
|
| CSSPropertyGridAutoFlow,
|
| - CSSPropertyGridTemplate
|
| + CSSPropertyGridTemplate,
|
| + CSSPropertyJustifySelf
|
| };
|
| setCSSPropertiesEnabled(cssGridLayoutProperties, WTF_ARRAY_LENGTH(cssGridLayoutProperties), RuntimeEnabledFeatures::cssGridLayoutEnabled());
|
| CSSPropertyID cssObjectFitPositionProperties[] = {
|
|
|