| Index: Source/core/paint/SVGInlineFlowBoxPainter.cpp
|
| diff --git a/Source/core/paint/SVGInlineFlowBoxPainter.cpp b/Source/core/paint/SVGInlineFlowBoxPainter.cpp
|
| index 6fcdc8dc7734161a5e1517da852fdf9d29a96747..25e472d7043f982fa86723432f93e8ed86d910f7 100644
|
| --- a/Source/core/paint/SVGInlineFlowBoxPainter.cpp
|
| +++ b/Source/core/paint/SVGInlineFlowBoxPainter.cpp
|
| @@ -30,7 +30,7 @@ void SVGInlineFlowBoxPainter::paint(const PaintInfo& paintInfo, const LayoutPoin
|
| {
|
| ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
|
|
|
| - SVGPaintContext paintContext(m_svgInlineFlowBox.renderer(), paintInfo);
|
| + SVGPaintContext paintContext(m_svgInlineFlowBox.layoutObject(), paintInfo);
|
| if (paintContext.applyClipMaskAndFilterIfNecessary()) {
|
| for (InlineBox* child = m_svgInlineFlowBox.firstChild(); child; child = child->nextOnLine())
|
| child->paint(paintContext.paintInfo(), paintOffset, 0, 0);
|
|
|