| Index: Source/core/paint/FieldsetPainter.cpp
|
| diff --git a/Source/core/paint/FieldsetPainter.cpp b/Source/core/paint/FieldsetPainter.cpp
|
| index e6a8d8e801d41492f61f5657a95e68ed180f7711..201a1dc3af04e4942ff472f384948943ef891f45 100644
|
| --- a/Source/core/paint/FieldsetPainter.cpp
|
| +++ b/Source/core/paint/FieldsetPainter.cpp
|
| @@ -47,7 +47,7 @@ void FieldsetPainter::paintBoxDecorationBackground(const PaintInfo& paintInfo, c
|
| BoxPainter(m_layoutFieldset).paintFillLayers(paintInfo, boxDecorationData.backgroundColor, m_layoutFieldset.style()->backgroundLayers(), paintRect);
|
| BoxPainter::paintBoxShadow(paintInfo, paintRect, m_layoutFieldset.styleRef(), Inset);
|
|
|
| - if (!boxDecorationData.hasBorder)
|
| + if (!boxDecorationData.hasBorderDecoration)
|
| return;
|
|
|
| // Create a clipping region around the legend and paint the border as normal
|
|
|