| Index: third_party/WebKit/Source/core/layout/line/LineWidth.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/line/LineWidth.cpp b/third_party/WebKit/Source/core/layout/line/LineWidth.cpp
|
| index 762ffe78d1766478ed3fa23ad2e1a8be9f20fee3..badca245264ccfc5258b8eb3950c47dface5a1ea 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/LineWidth.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/line/LineWidth.cpp
|
| @@ -191,7 +191,7 @@ void LineWidth::wrapNextToShapeOutside(bool isFirstLine) {
|
| void LineWidth::fitBelowFloats(bool isFirstLine) {
|
| ASSERT(!m_committedWidth);
|
| ASSERT(!fitsOnLine());
|
| - m_block.positionNewFloats(this);
|
| + m_block.positionNewFloats(m_block.logicalHeight(), this);
|
|
|
| LayoutUnit floatLogicalBottom;
|
| LayoutUnit lastFloatLogicalBottom = m_block.logicalHeight();
|
|
|