| 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 6a3f12869f1c02d64c4b8b1551c7327c96ecd864..8eb135ee1321d7e0af1339975e75480165e35f3a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| @@ -2543,7 +2543,6 @@ bool LayoutBlockFlow::positionNewFloats(LineWidth* width)
|
| strut = adjustForUnsplittableChild(*childBox, floatLogicalLocation.y()) - floatLogicalLocation.y();
|
| }
|
|
|
| - floatingObject.setPaginationStrut(strut);
|
| childBox->setPaginationStrut(strut);
|
| if (strut) {
|
| floatLogicalLocation = computeLogicalLocationForFloat(floatingObject, floatLogicalLocation.y() + strut);
|
|
|