| Index: Source/core/style/ComputedStyle.cpp
|
| diff --git a/Source/core/style/ComputedStyle.cpp b/Source/core/style/ComputedStyle.cpp
|
| index 446a9aadc637be04c77317c6648ae7be156678eb..9117f3ae566f55f34e57e9cfbe1ac3b87f704600 100644
|
| --- a/Source/core/style/ComputedStyle.cpp
|
| +++ b/Source/core/style/ComputedStyle.cpp
|
| @@ -528,6 +528,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
|
|
|