| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| index 41e68517f1d4ebfa8931d9935df53db3b1a21006..dc4c50aec0ba4ed76016a1de6db29e0543d8adac 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| @@ -818,7 +818,7 @@ static bool shouldSetStrutOnBlock(const LayoutBlockFlow& block, const RootInline
|
| if (totalLogicalHeight > pageLogicalHeight)
|
| return false;
|
| } else {
|
| - if (block.style()->hasAutoOrphans() || lineIndex > block.style()->orphans())
|
| + if (lineIndex > block.style()->orphans())
|
| return false;
|
|
|
| // Not enough orphans here. Push the entire block to the next column / page as an attempt to
|
|
|