Index: Source/core/rendering/style/RenderStyle.cpp |
diff --git a/Source/core/rendering/style/RenderStyle.cpp b/Source/core/rendering/style/RenderStyle.cpp |
index 68a6d126dcf3c1eef3ca0065c211d93e1328bcce..fb8b347c1e176391168332438c72b44296a0b004 100644 |
--- a/Source/core/rendering/style/RenderStyle.cpp |
+++ b/Source/core/rendering/style/RenderStyle.cpp |
@@ -381,7 +381,7 @@ StyleDifference RenderStyle::diff(const RenderStyle* other, unsigned& changedCon |
|| rareNonInheritedData->textOverflow != other->rareNonInheritedData->textOverflow) |
return StyleDifferenceLayout; |
- if (rareNonInheritedData->m_regionOverflow != other->rareNonInheritedData->m_regionOverflow) |
+ if (rareNonInheritedData->m_regionFragment != other->rareNonInheritedData->m_regionFragment) |
return StyleDifferenceLayout; |
if (rareNonInheritedData->m_wrapFlow != other->rareNonInheritedData->m_wrapFlow |