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