| Index: Source/core/rendering/RenderBlockLineLayout.cpp
|
| diff --git a/Source/core/rendering/RenderBlockLineLayout.cpp b/Source/core/rendering/RenderBlockLineLayout.cpp
|
| index 7474e027c4316827423e4e1e8bf61a44a915c88e..4d4512e1084a7ce652790a1304ef362bc053f69d 100644
|
| --- a/Source/core/rendering/RenderBlockLineLayout.cpp
|
| +++ b/Source/core/rendering/RenderBlockLineLayout.cpp
|
| @@ -1151,7 +1151,7 @@ static LayoutUnit getBPMWidth(LayoutUnit childValue, Length cssUnit)
|
| return LayoutUnit();
|
| }
|
|
|
| -static LayoutUnit getBorderPaddingMargin(const RenderBoxModelObject& child, bool endOfInline)
|
| +static LayoutUnit getBorderPaddingMargin(const LayoutBoxModelObject& child, bool endOfInline)
|
| {
|
| const LayoutStyle& childStyle = child.styleRef();
|
| if (endOfInline) {
|
|
|