Index: Source/core/css/RuntimeCSSEnabled.cpp |
diff --git a/Source/core/css/RuntimeCSSEnabled.cpp b/Source/core/css/RuntimeCSSEnabled.cpp |
index 7f9dd93ec15527f50f52c32ca0aed3df7ded4399..914d347ff3930c87cb9c8ceef2d555746c266c96 100644 |
--- a/Source/core/css/RuntimeCSSEnabled.cpp |
+++ b/Source/core/css/RuntimeCSSEnabled.cpp |
@@ -79,7 +79,8 @@ static void setPropertySwitchesFromRuntimeFeatures() |
CSSPropertyGridTemplateAreas, |
CSSPropertyGridTemplate, |
CSSPropertyGrid, |
- CSSPropertyJustifySelf |
+ CSSPropertyJustifySelf, |
+ CSSPropertyJustifyItems |
}; |
setCSSPropertiesEnabled(cssGridLayoutProperties, WTF_ARRAY_LENGTH(cssGridLayoutProperties), RuntimeEnabledFeatures::cssGridLayoutEnabled()); |
CSSPropertyID cssObjectFitPositionProperties[] = { |