| Index: Source/core/layout/line/LineWidth.h
|
| diff --git a/Source/core/layout/line/LineWidth.h b/Source/core/layout/line/LineWidth.h
|
| index 5728bf218563752398662af6b2ca3bf8b3fe3df2..f4d5669c7eed33058b85a29057d41c4518abd73e 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(FloatingObject&);
|
| void addUncommittedWidth(float delta) { m_uncommittedWidth += delta; }
|
| void commit();
|
| void applyOverhang(LayoutRubyRun*, LayoutObject* startRenderer, LayoutObject* endRenderer);
|
|
|