| Index: sky/engine/core/css/StylePropertySerializer.cpp
|
| diff --git a/sky/engine/core/css/StylePropertySerializer.cpp b/sky/engine/core/css/StylePropertySerializer.cpp
|
| index 9090db8cbfd3ce65ae90b11d89d464c8455f2deb..ffba814c0d11315454508a82dd90d2f84c3cf5f7 100644
|
| --- a/sky/engine/core/css/StylePropertySerializer.cpp
|
| +++ b/sky/engine/core/css/StylePropertySerializer.cpp
|
| @@ -278,8 +278,6 @@ String StylePropertySerializer::getPropertyValue(CSSPropertyID propertyID) const
|
| return fontValue();
|
| case CSSPropertyMargin:
|
| return get4Values(marginShorthand());
|
| - case CSSPropertyWebkitMarginCollapse:
|
| - return getShorthandValue(webkitMarginCollapseShorthand());
|
| case CSSPropertyOverflow:
|
| return getCommonValue(overflowShorthand());
|
| case CSSPropertyPadding:
|
|
|