| Index: Source/core/css/RuntimeCSSEnabled.cpp
|
| diff --git a/Source/core/css/RuntimeCSSEnabled.cpp b/Source/core/css/RuntimeCSSEnabled.cpp
|
| index f9136245ac55bac6fc85d81353369f9134184466..2c12c69d42975d7f61e319f9b8474b6188516924 100644
|
| --- a/Source/core/css/RuntimeCSSEnabled.cpp
|
| +++ b/Source/core/css/RuntimeCSSEnabled.cpp
|
| @@ -82,8 +82,8 @@ static void setPropertySwitchesFromRuntimeFeatures()
|
| CSSPropertyID cssGridLayoutProperties[] = {
|
| CSSPropertyGridAutoColumns,
|
| CSSPropertyGridAutoRows,
|
| - CSSPropertyGridDefinitionColumns,
|
| - CSSPropertyGridDefinitionRows,
|
| + CSSPropertyGridTemplateColumns,
|
| + CSSPropertyGridTemplateRows,
|
| CSSPropertyGridColumnStart,
|
| CSSPropertyGridColumnEnd,
|
| CSSPropertyGridRowStart,
|
|
|