| Index: Source/core/rendering/style/RenderStyle.cpp
|
| diff --git a/Source/core/rendering/style/RenderStyle.cpp b/Source/core/rendering/style/RenderStyle.cpp
|
| index a48257fdfa04ec7ca1520c628dd7a1e98e6c0649..0590d35a4de9cb3f58fc64bac46eb34f79d7acb6 100644
|
| --- a/Source/core/rendering/style/RenderStyle.cpp
|
| +++ b/Source/core/rendering/style/RenderStyle.cpp
|
| @@ -188,6 +188,7 @@ void RenderStyle::copyNonInheritedFrom(const RenderStyle* other)
|
| noninherited_flags._page_break_after = other->noninherited_flags._page_break_after;
|
| noninherited_flags._page_break_inside = other->noninherited_flags._page_break_inside;
|
| noninherited_flags.explicitInheritance = other->noninherited_flags.explicitInheritance;
|
| + noninherited_flags.currentColor = other->noninherited_flags.currentColor;
|
| if (m_svgStyle != other->m_svgStyle)
|
| m_svgStyle.access()->copyNonInheritedFrom(other->m_svgStyle.get());
|
| ASSERT(zoom() == initialZoom());
|
|
|