Index: Source/core/rendering/style/RenderStyle.cpp |
diff --git a/Source/core/rendering/style/RenderStyle.cpp b/Source/core/rendering/style/RenderStyle.cpp |
index d9b0c26c3af16754adda0b1065f3897870713f5d..3b4c4722e9f6a975c5a37bb29e71a255ed133acb 100644 |
--- a/Source/core/rendering/style/RenderStyle.cpp |
+++ b/Source/core/rendering/style/RenderStyle.cpp |
@@ -424,7 +424,6 @@ StyleDifference RenderStyle::diff(const RenderStyle* other, unsigned& changedCon |
if (rareNonInheritedData->m_appearance != other->rareNonInheritedData->m_appearance |
|| rareNonInheritedData->marginBeforeCollapse != other->rareNonInheritedData->marginBeforeCollapse |
|| rareNonInheritedData->marginAfterCollapse != other->rareNonInheritedData->marginAfterCollapse |
- || rareNonInheritedData->lineClamp != other->rareNonInheritedData->lineClamp |
|| rareNonInheritedData->textOverflow != other->rareNonInheritedData->textOverflow) |
return StyleDifferenceLayout; |