| Index: Source/core/rendering/style/RenderStyle.cpp
|
| diff --git a/Source/core/rendering/style/RenderStyle.cpp b/Source/core/rendering/style/RenderStyle.cpp
|
| index 2d590873dca3293f501f0df8364331d8807ea432..960adb30cfa9b3376d6d9856152b1fc33be9bed8 100644
|
| --- a/Source/core/rendering/style/RenderStyle.cpp
|
| +++ b/Source/core/rendering/style/RenderStyle.cpp
|
| @@ -480,6 +480,7 @@ StyleDifference RenderStyle::diff(const RenderStyle* other, unsigned& changedCon
|
| if (rareInheritedData.get() != other->rareInheritedData.get()) {
|
| if (rareInheritedData->highlight != other->rareInheritedData->highlight
|
| || rareInheritedData->indent != other->rareInheritedData->indent
|
| + || rareInheritedData->m_textAlignLast != other->rareInheritedData->m_textAlignLast
|
| || rareInheritedData->m_textIndentLine != other->rareInheritedData->m_textIndentLine
|
| || rareInheritedData->m_effectiveZoom != other->rareInheritedData->m_effectiveZoom
|
| || rareInheritedData->wordBreak != other->rareInheritedData->wordBreak
|
|
|