| 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 a8338d983160e8772327cb47a4a0d6d6dbb0d261..ec0bfc3ce50a31c810581e212c8ee9bbc2ed8f4e 100644
|
| --- a/sky/engine/core/rendering/style/RenderStyle.cpp
|
| +++ b/sky/engine/core/rendering/style/RenderStyle.cpp
|
| @@ -178,7 +178,6 @@ void RenderStyle::copyNonInheritedFrom(const RenderStyle* other)
|
| noninherited_flags.overflowY = other->noninherited_flags.overflowY;
|
| noninherited_flags.verticalAlign = other->noninherited_flags.verticalAlign;
|
| noninherited_flags.position = other->noninherited_flags.position;
|
| - noninherited_flags.tableLayout = other->noninherited_flags.tableLayout;
|
| noninherited_flags.unicodeBidi = other->noninherited_flags.unicodeBidi;
|
| noninherited_flags.explicitInheritance = other->noninherited_flags.explicitInheritance;
|
| noninherited_flags.currentColor = other->noninherited_flags.currentColor;
|
|
|