| Index: Source/core/rendering/style/RenderStyle.cpp
|
| diff --git a/Source/core/rendering/style/RenderStyle.cpp b/Source/core/rendering/style/RenderStyle.cpp
|
| index c75856c134e6003303f46503fc21c93c67e51595..e9cd525eba2d82db44ae4a38b26b58d12725df7b 100644
|
| --- a/Source/core/rendering/style/RenderStyle.cpp
|
| +++ b/Source/core/rendering/style/RenderStyle.cpp
|
| @@ -497,7 +497,6 @@ StyleDifference RenderStyle::diff(const RenderStyle* other, unsigned& changedCon
|
| || rareInheritedData->textEmphasisMark != other->rareInheritedData->textEmphasisMark
|
| || rareInheritedData->textEmphasisPosition != other->rareInheritedData->textEmphasisPosition
|
| || rareInheritedData->textEmphasisCustomMark != other->rareInheritedData->textEmphasisCustomMark
|
| - || rareInheritedData->m_textAlignLast != other->rareInheritedData->m_textAlignLast
|
| || rareInheritedData->m_textJustify != other->rareInheritedData->m_textJustify
|
| || rareInheritedData->m_textOrientation != other->rareInheritedData->m_textOrientation
|
| || rareInheritedData->m_tabSize != other->rareInheritedData->m_tabSize
|
|
|