| Index: sky/engine/core/css/StylePropertySerializer.cpp
|
| diff --git a/sky/engine/core/css/StylePropertySerializer.cpp b/sky/engine/core/css/StylePropertySerializer.cpp
|
| index 3754fea0566130d42712dc24be4f1f47952a41d8..d746d635addaaf126c14fa33d87241af057b73bc 100644
|
| --- a/sky/engine/core/css/StylePropertySerializer.cpp
|
| +++ b/sky/engine/core/css/StylePropertySerializer.cpp
|
| @@ -278,12 +278,6 @@ String StylePropertySerializer::getPropertyValue(CSSPropertyID propertyID) const
|
| return getShorthandValue(flexShorthand());
|
| case CSSPropertyFlexFlow:
|
| return getShorthandValue(flexFlowShorthand());
|
| - case CSSPropertyGridColumn:
|
| - return getShorthandValue(gridColumnShorthand());
|
| - case CSSPropertyGridRow:
|
| - return getShorthandValue(gridRowShorthand());
|
| - case CSSPropertyGridArea:
|
| - return getShorthandValue(gridAreaShorthand());
|
| case CSSPropertyFont:
|
| return fontValue();
|
| case CSSPropertyMargin:
|
|
|