Index: Source/core/style/ComputedStyle.cpp |
diff --git a/Source/core/style/ComputedStyle.cpp b/Source/core/style/ComputedStyle.cpp |
index 1f89a4f5e88588340986fdff1c11c5d9e6f94d4b..aca2e941f6a1bf3d55f75c0322887705b9ed81db 100644 |
--- a/Source/core/style/ComputedStyle.cpp |
+++ b/Source/core/style/ComputedStyle.cpp |
@@ -176,7 +176,6 @@ StyleRecalcChange ComputedStyle::stylePropagationDiff(const ComputedStyle* oldSt |
if (oldStyle->display() != newStyle->display() |
|| oldStyle->hasPseudoStyle(FIRST_LETTER) != newStyle->hasPseudoStyle(FIRST_LETTER) |
- || oldStyle->columnSpan() != newStyle->columnSpan() |
|| !oldStyle->contentDataEquivalent(newStyle) |
|| oldStyle->hasTextCombine() != newStyle->hasTextCombine() |
|| oldStyle->justifyItems() != newStyle->justifyItems() |