| Index: Source/core/layout/LayoutMultiColumnSet.cpp
|
| diff --git a/Source/core/layout/LayoutMultiColumnSet.cpp b/Source/core/layout/LayoutMultiColumnSet.cpp
|
| index 3f410e4e031f7d3768e8d6b5a17d555d38196db2..b70775dec52a96882518a424fd7fb7a763764e89 100644
|
| --- a/Source/core/layout/LayoutMultiColumnSet.cpp
|
| +++ b/Source/core/layout/LayoutMultiColumnSet.cpp
|
| @@ -100,7 +100,7 @@ bool LayoutMultiColumnSet::heightIsAuto() const
|
| if (!flowThread->isLayoutPagedFlowThread()) {
|
| if (multiColumnBlockFlow()->style()->columnFill() == ColumnFillBalance)
|
| return true;
|
| - if (RenderBox* next = nextSiblingBox()) {
|
| + if (LayoutBox* next = nextSiblingBox()) {
|
| if (next->isLayoutMultiColumnSpannerPlaceholder()) {
|
| // If we're followed by a spanner, we need to balance.
|
| return true;
|
|
|