| Index: Source/core/layout/line/LineWidth.cpp
|
| diff --git a/Source/core/layout/line/LineWidth.cpp b/Source/core/layout/line/LineWidth.cpp
|
| index 21f5a11bbca5e4bee80f05a0db995e5c45864845..deb31cba7ab9683f6608f4d901b79b8718fcd947 100644
|
| --- a/Source/core/layout/line/LineWidth.cpp
|
| +++ b/Source/core/layout/line/LineWidth.cpp
|
| @@ -105,7 +105,7 @@ void LineWidth::commit()
|
| m_uncommittedWidth = 0;
|
| }
|
|
|
| -void LineWidth::applyOverhang(LayoutRubyRun* rubyRun, RenderObject* startRenderer, RenderObject* endRenderer)
|
| +void LineWidth::applyOverhang(LayoutRubyRun* rubyRun, LayoutObject* startRenderer, LayoutObject* endRenderer)
|
| {
|
| int startOverhang;
|
| int endOverhang;
|
|
|