Index: Source/core/layout/line/LineWidth.h |
diff --git a/Source/core/layout/line/LineWidth.h b/Source/core/layout/line/LineWidth.h |
index 8f8316d5df12c5766562ed7b2a9a5fe471e89297..89d41e2c0ab6b30c3d990f721d254e2177e1334f 100644 |
--- a/Source/core/layout/line/LineWidth.h |
+++ b/Source/core/layout/line/LineWidth.h |
@@ -61,7 +61,7 @@ public: |
float trailingWhitespaceWidth() const { return m_trailingWhitespaceWidth; } |
void updateAvailableWidth(LayoutUnit minimumHeight = 0); |
- void shrinkAvailableWidthForNewFloatIfNeeded(FloatingObject*); |
+ void shrinkAvailableWidthForNewFloatIfNeeded(const FloatingObject&); |
void addUncommittedWidth(float delta) { m_uncommittedWidth += delta; } |
void commit(); |
void applyOverhang(LayoutRubyRun*, LayoutObject* startLayoutObject, LayoutObject* endLayoutObject); |