| Index: sky/engine/core/rendering/style/RenderStyle.cpp
|
| diff --git a/sky/engine/core/rendering/style/RenderStyle.cpp b/sky/engine/core/rendering/style/RenderStyle.cpp
|
| index 181a5de5d3bc28dc7e9581b5b279a0ae1a9808d6..a8338d983160e8772327cb47a4a0d6d6dbb0d261 100644
|
| --- a/sky/engine/core/rendering/style/RenderStyle.cpp
|
| +++ b/sky/engine/core/rendering/style/RenderStyle.cpp
|
| @@ -180,9 +180,6 @@ void RenderStyle::copyNonInheritedFrom(const RenderStyle* other)
|
| noninherited_flags.position = other->noninherited_flags.position;
|
| noninherited_flags.tableLayout = other->noninherited_flags.tableLayout;
|
| noninherited_flags.unicodeBidi = other->noninherited_flags.unicodeBidi;
|
| - noninherited_flags.pageBreakBefore = other->noninherited_flags.pageBreakBefore;
|
| - noninherited_flags.pageBreakAfter = other->noninherited_flags.pageBreakAfter;
|
| - noninherited_flags.pageBreakInside = other->noninherited_flags.pageBreakInside;
|
| noninherited_flags.explicitInheritance = other->noninherited_flags.explicitInheritance;
|
| noninherited_flags.currentColor = other->noninherited_flags.currentColor;
|
| noninherited_flags.hasViewportUnits = other->noninherited_flags.hasViewportUnits;
|
|
|