| Index: third_party/WebKit/Source/core/paint/FrameSetPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FrameSetPainter.cpp b/third_party/WebKit/Source/core/paint/FrameSetPainter.cpp
|
| index 8d73e4304568b41d50117201507b705b1683d526..2a10759fcca6550e60e90851206b38a9f19992d1 100644
|
| --- a/third_party/WebKit/Source/core/paint/FrameSetPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FrameSetPainter.cpp
|
| @@ -75,7 +75,7 @@ void FrameSetPainter::paintBorders(const PaintInfo& paintInfo, const LayoutPoint
|
| LayoutRect adjustedFrameRect(adjustedPaintOffset, m_layoutFrameSet.size());
|
| LayoutObjectDrawingRecorder recorder(paintInfo.context, m_layoutFrameSet, paintInfo.phase, adjustedFrameRect, adjustedPaintOffset);
|
|
|
| - LayoutUnit borderThickness = m_layoutFrameSet.frameSet()->border();
|
| + LayoutUnit borderThickness(m_layoutFrameSet.frameSet()->border());
|
| if (!borderThickness)
|
| return;
|
|
|
|
|