Index: Source/core/layout/LayoutBox.cpp |
diff --git a/Source/core/layout/LayoutBox.cpp b/Source/core/layout/LayoutBox.cpp |
index d1da8e1d29cdeb71fa81a1efc054d765f79cd01c..853af94886dacf9555dd823ddde11ed745fa3116 100644 |
--- a/Source/core/layout/LayoutBox.cpp |
+++ b/Source/core/layout/LayoutBox.cpp |
@@ -254,7 +254,7 @@ void LayoutBox::styleDidChange(StyleDifference diff, const ComputedStyle* oldSty |
updateGridPositionAfterStyleChange(oldStyle); |
if (LayoutMultiColumnSpannerPlaceholder* placeholder = this->spannerPlaceholder()) |
- placeholder->updateMarginProperties(); |
+ placeholder->layoutObjectInFlowThreadStyleDidChange(oldStyle); |
} |
void LayoutBox::updateShapeOutsideInfoAfterStyleChange(const ComputedStyle& style, const ComputedStyle* oldStyle) |