| Index: Source/core/rendering/style/RenderStyle.cpp
|
| diff --git a/Source/core/rendering/style/RenderStyle.cpp b/Source/core/rendering/style/RenderStyle.cpp
|
| index 50ce6824681d03be66d0cbda5fa8056d5a55527a..ccc95d937e163495893c0d48fffbd0af1417a956 100644
|
| --- a/Source/core/rendering/style/RenderStyle.cpp
|
| +++ b/Source/core/rendering/style/RenderStyle.cpp
|
| @@ -233,7 +233,6 @@ void RenderStyle::copyNonInheritedFrom(const RenderStyle* other)
|
| 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;
|
| if (m_svgStyle != other->m_svgStyle)
|
| m_svgStyle.access()->copyNonInheritedFrom(other->m_svgStyle.get());
|
|
|