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