Index: Source/core/css/RuntimeCSSEnabled.cpp |
diff --git a/Source/core/css/RuntimeCSSEnabled.cpp b/Source/core/css/RuntimeCSSEnabled.cpp |
index 07864df8748fd6c5d44e5628707be8982a166969..849c97f00672864ad48867299df897c3bd8677ad 100644 |
--- a/Source/core/css/RuntimeCSSEnabled.cpp |
+++ b/Source/core/css/RuntimeCSSEnabled.cpp |
@@ -83,6 +83,7 @@ static void setPropertySwitchesFromRuntimeFeatures() |
CSSPropertyGridArea, |
CSSPropertyGridAutoFlow, |
CSSPropertyGridTemplateAreas, |
+ CSSPropertyGridTemplate, |
CSSPropertyJustifySelf |
}; |
setCSSPropertiesEnabled(cssGridLayoutProperties, WTF_ARRAY_LENGTH(cssGridLayoutProperties), RuntimeEnabledFeatures::cssGridLayoutEnabled()); |