Index: third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp |
index 5a344cf52f06f390bc6052a41b38c166aa9fd897..665fecf18ccd4c6f1cdcbce07517a0f557dd8a1d 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp |
@@ -1010,8 +1010,7 @@ inline const InlineIterator& LayoutBlockFlow::restartLayoutRunsAndFloatsInRange( |
FloatingObject* lastFloatFromPreviousLine, |
InlineBidiResolver& resolver, |
const InlineIterator& oldEnd) { |
- removeFloatingObjectsBelow(lastFloatFromPreviousLine, |
- oldLogicalHeight.toInt()); |
+ removeFloatingObjectsBelow(lastFloatFromPreviousLine, oldLogicalHeight); |
setLogicalHeight(newLogicalHeight); |
resolver.setPositionIgnoringNestedIsolates(oldEnd); |
return oldEnd; |