| Index: third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.cpp b/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.cpp
|
| index 9140ea6aad00768cfb2b2e556c6f119ca27bb636..e747f429b52b2dfdcda8970d6557a6ce4fc75676 100644
|
| --- a/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.cpp
|
| @@ -326,7 +326,6 @@ LayoutUnit MultiColumnFragmentainerGroup::calculateMaxColumnHeight() const {
|
| LayoutUnit remainingOuterLogicalHeight =
|
| enclosingFragmentationContext->remainingLogicalHeightAt(
|
| blockOffsetInEnclosingFragmentationContext());
|
| - ASSERT(remainingOuterLogicalHeight > 0);
|
| if (maxHeight > remainingOuterLogicalHeight)
|
| maxHeight = remainingOuterLogicalHeight;
|
| }
|
|
|