Index: Source/core/paint/InlineFlowBoxPainter.cpp |
diff --git a/Source/core/paint/InlineFlowBoxPainter.cpp b/Source/core/paint/InlineFlowBoxPainter.cpp |
index 2cc4857f7b81e5cbee6d95df03230678cf8592ab..5d8ab8800de5bcc48ac549ce4ca60bc6bc5a95d6 100644 |
--- a/Source/core/paint/InlineFlowBoxPainter.cpp |
+++ b/Source/core/paint/InlineFlowBoxPainter.cpp |
@@ -190,7 +190,7 @@ LayoutRect InlineFlowBoxPainter::paintRectForImageStrip(const LayoutPoint& paint |
InlineFlowBoxPainter::BorderPaintingType InlineFlowBoxPainter::getBorderPaintType(const LayoutRect& adjustedFrameRect, LayoutRect& adjustedClipRect) const |
{ |
adjustedClipRect = adjustedFrameRect; |
- if (m_inlineFlowBox.parent() && m_inlineFlowBox.layoutObject().style()->hasBorder()) { |
+ if (m_inlineFlowBox.parent() && m_inlineFlowBox.layoutObject().style()->hasBorderDecoration()) { |
const NinePieceImage& borderImage = m_inlineFlowBox.layoutObject().style()->borderImage(); |
StyleImage* borderImageSource = borderImage.image(); |
const ComputedStyle* styleToUse = m_inlineFlowBox.layoutObject().style(m_inlineFlowBox.isFirstLineStyle()); |