| Index: Source/core/rendering/style/RenderStyle.cpp
|
| diff --git a/Source/core/rendering/style/RenderStyle.cpp b/Source/core/rendering/style/RenderStyle.cpp
|
| index 568ab195c1d6a256b7a170899346daffd40aec32..86e8b6e4dc58ed2963064f60ebbe98bc93875ac8 100644
|
| --- a/Source/core/rendering/style/RenderStyle.cpp
|
| +++ b/Source/core/rendering/style/RenderStyle.cpp
|
| @@ -1309,6 +1309,12 @@ void RenderStyle::clearAppliedTextDecorations()
|
| rareInheritedData.access()->appliedTextDecorations = nullptr;
|
| }
|
|
|
| +void RenderStyle::clearMultiCol()
|
| +{
|
| + rareNonInheritedData.access()->m_multiCol = nullptr;
|
| + rareNonInheritedData.access()->m_multiCol.init();
|
| +}
|
| +
|
| void RenderStyle::setFontStretch(FontStretch stretch)
|
| {
|
| FontSelector* currentFontSelector = font().fontSelector();
|
|
|