| Index: Source/core/page/RuntimeCSSEnabled.cpp
|
| diff --git a/Source/core/page/RuntimeCSSEnabled.cpp b/Source/core/page/RuntimeCSSEnabled.cpp
|
| index 7eec878a2a688c4ae3dee5cfa29e1bbc143dd84f..5d38e76aef852bf8ad981985c718c02262a185a1 100644
|
| --- a/Source/core/page/RuntimeCSSEnabled.cpp
|
| +++ b/Source/core/page/RuntimeCSSEnabled.cpp
|
| @@ -74,10 +74,10 @@ static void setPropertySwitchesFromRuntimeFeatures(BoolVector& properties)
|
| CSSPropertyGridAutoRows,
|
| CSSPropertyGridDefinitionColumns,
|
| CSSPropertyGridDefinitionRows,
|
| - CSSPropertyGridStart,
|
| - CSSPropertyGridEnd,
|
| - CSSPropertyGridBefore,
|
| - CSSPropertyGridAfter,
|
| + CSSPropertyGridColumnStart,
|
| + CSSPropertyGridColumnEnd,
|
| + CSSPropertyGridRowStart,
|
| + CSSPropertyGridRowEnd,
|
| CSSPropertyGridColumn,
|
| CSSPropertyGridRow,
|
| CSSPropertyGridArea,
|
|
|