| Index: Source/core/rendering/style/RenderStyle.cpp
|
| diff --git a/Source/core/rendering/style/RenderStyle.cpp b/Source/core/rendering/style/RenderStyle.cpp
|
| index b6db98ebcf328be94f64c9ecfebe286c9a719587..7fde068461b9f390a04e5f818de1a42e0d4ebc7c 100644
|
| --- a/Source/core/rendering/style/RenderStyle.cpp
|
| +++ b/Source/core/rendering/style/RenderStyle.cpp
|
| @@ -657,7 +657,6 @@ bool RenderStyle::diffNeedsPaintInvalidationObject(const RenderStyle& other) con
|
|
|
| if (rareNonInheritedData.get() != other.rareNonInheritedData.get()) {
|
| if (rareNonInheritedData->userDrag != other.rareNonInheritedData->userDrag
|
| - || rareNonInheritedData->m_borderFit != other.rareNonInheritedData->m_borderFit
|
| || rareNonInheritedData->m_objectFit != other.rareNonInheritedData->m_objectFit
|
| || rareNonInheritedData->m_objectPosition != other.rareNonInheritedData->m_objectPosition
|
| || !dataEquivalent(rareNonInheritedData->m_shapeOutside, other.rareNonInheritedData->m_shapeOutside)
|
|
|