| Index: Source/core/style/ComputedStyle.cpp
|
| diff --git a/Source/core/style/ComputedStyle.cpp b/Source/core/style/ComputedStyle.cpp
|
| index 5cc7e9a8c1ae9c40f2f265d82b3d3381305bafd1..c72fb734403d7957f1f93982ec6c1bc27aa9a994 100644
|
| --- a/Source/core/style/ComputedStyle.cpp
|
| +++ b/Source/core/style/ComputedStyle.cpp
|
| @@ -526,6 +526,7 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(const ComputedStyle&
|
| || rareInheritedData->hyphenationLimitBefore != other.rareInheritedData->hyphenationLimitBefore
|
| || rareInheritedData->hyphenationLimitAfter != other.rareInheritedData->hyphenationLimitAfter
|
| || rareInheritedData->hyphenationString != other.rareInheritedData->hyphenationString
|
| + || rareInheritedData->m_respectImageOrientation != other.rareInheritedData->m_respectImageOrientation
|
| || rareInheritedData->locale != other.rareInheritedData->locale
|
| || rareInheritedData->m_rubyPosition != other.rareInheritedData->m_rubyPosition
|
| || rareInheritedData->textEmphasisMark != other.rareInheritedData->textEmphasisMark
|
|
|