| Index: sky/engine/core/rendering/style/StyleRareInheritedData.h
|
| diff --git a/sky/engine/core/rendering/style/StyleRareInheritedData.h b/sky/engine/core/rendering/style/StyleRareInheritedData.h
|
| index ed2fb0900bcb0891959f7298b6defc4edef6b99d..14eec588e079e96427df15486554d518fa8774af 100644
|
| --- a/sky/engine/core/rendering/style/StyleRareInheritedData.h
|
| +++ b/sky/engine/core/rendering/style/StyleRareInheritedData.h
|
| @@ -85,9 +85,7 @@ public:
|
|
|
| // Paged media properties.
|
| short widows;
|
| - short orphans;
|
| unsigned m_hasAutoWidows : 1;
|
| - unsigned m_hasAutoOrphans : 1;
|
|
|
| unsigned m_textStrokeColorIsCurrentColor : 1;
|
| unsigned m_textFillColorIsCurrentColor : 1;
|
|
|