Index: Source/core/rendering/style/RenderStyle.cpp |
diff --git a/Source/core/rendering/style/RenderStyle.cpp b/Source/core/rendering/style/RenderStyle.cpp |
index ff9de426109aa7ecc9c2c9aeebf5d076c5c5fdc3..31a85c2cf2e1c86b8ef515f2d1cd965dff0a254e 100644 |
--- a/Source/core/rendering/style/RenderStyle.cpp |
+++ b/Source/core/rendering/style/RenderStyle.cpp |
@@ -422,7 +422,6 @@ StyleDifference RenderStyle::visualInvalidationDiff(const RenderStyle& other, un |
|| rareNonInheritedData->m_wrapFlow != other.rareNonInheritedData->m_wrapFlow |
|| rareNonInheritedData->m_wrapThrough != other.rareNonInheritedData->m_wrapThrough |
|| rareNonInheritedData->m_shapeMargin != other.rareNonInheritedData->m_shapeMargin |
- || rareNonInheritedData->m_shapePadding != other.rareNonInheritedData->m_shapePadding |
|| rareNonInheritedData->m_order != other.rareNonInheritedData->m_order |
|| rareNonInheritedData->m_alignContent != other.rareNonInheritedData->m_alignContent |
|| rareNonInheritedData->m_alignItems != other.rareNonInheritedData->m_alignItems |