Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp |
index 1ad819fdd11c5e6203fd0f1fe0bbf977c233e6d7..9c40e3db249453c6421e47c25d636029601da980 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp |
@@ -313,7 +313,7 @@ bool LayoutMultiColumnSet::recalculateColumnHeight() |
bool changed = false; |
for (auto& group : m_fragmentainerGroups) |
- changed = group.recalculateColumnHeight() || changed; |
+ changed = group.recalculateColumnHeight(*this) || changed; |
m_initialHeightCalculated = true; |
return changed; |
} |