| Index: sky/engine/core/css/StylePropertySet.cpp
|
| diff --git a/sky/engine/core/css/StylePropertySet.cpp b/sky/engine/core/css/StylePropertySet.cpp
|
| index a917602a5e0b8a7656753aca0f631ee580255404..08a4b7035a135c36cec376669f6701999df9074c 100644
|
| --- a/sky/engine/core/css/StylePropertySet.cpp
|
| +++ b/sky/engine/core/css/StylePropertySet.cpp
|
| @@ -280,7 +280,6 @@ String StylePropertySet::asText() const
|
| // This is the list of properties we want to copy in the copyBlockProperties() function.
|
| // It is the list of CSS properties that apply specially to block-level elements.
|
| static const CSSPropertyID staticBlockProperties[] = {
|
| - CSSPropertyOrphans,
|
| CSSPropertyOverflow, // This can be also be applied to replaced elements
|
| CSSPropertyWebkitAspectRatio,
|
| CSSPropertyPageBreakAfter,
|
|
|