| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index 4c749ded6b961cde52e888ce72bece2406fdfd4e..db2929cb904285d2c1b6db398b7b936a5ddaf3a2 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -813,7 +813,7 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(
|
| textAlign() != other.textAlign() ||
|
| textTransform() != other.textTransform() ||
|
| direction() != other.direction() || whiteSpace() != other.whiteSpace() ||
|
| - m_inheritedData.m_writingMode != other.m_inheritedData.m_writingMode)
|
| + getWritingMode() != other.getWritingMode())
|
| return true;
|
|
|
| if (m_nonInheritedData.m_overflowX != other.m_nonInheritedData.m_overflowX ||
|
|
|