| 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 badca245264ccfc5258b8eb3950c47dface5a1ea..567d9cc68ab89e3730f7b6b469369bb9760a4c8f 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(m_block.logicalHeight(), this);
|
| + m_block.placeNewFloats(m_block.logicalHeight(), this);
|
|
|
| LayoutUnit floatLogicalBottom;
|
| LayoutUnit lastFloatLogicalBottom = m_block.logicalHeight();
|
|
|