Index: Source/core/page/RuntimeCSSEnabled.cpp |
diff --git a/Source/core/page/RuntimeCSSEnabled.cpp b/Source/core/page/RuntimeCSSEnabled.cpp |
index fe5c52a5fd8c71b1212d330597ea716778d5abdf..7eec878a2a688c4ae3dee5cfa29e1bbc143dd84f 100644 |
--- a/Source/core/page/RuntimeCSSEnabled.cpp |
+++ b/Source/core/page/RuntimeCSSEnabled.cpp |
@@ -72,8 +72,8 @@ static void setPropertySwitchesFromRuntimeFeatures(BoolVector& properties) |
CSSPropertyID cssGridLayoutProperties[] = { |
CSSPropertyGridAutoColumns, |
CSSPropertyGridAutoRows, |
- CSSPropertyGridColumns, |
- CSSPropertyGridRows, |
+ CSSPropertyGridDefinitionColumns, |
+ CSSPropertyGridDefinitionRows, |
CSSPropertyGridStart, |
CSSPropertyGridEnd, |
CSSPropertyGridBefore, |