| Index: Source/core/paint/SVGRootInlineBoxPainter.cpp
|
| diff --git a/Source/core/paint/SVGRootInlineBoxPainter.cpp b/Source/core/paint/SVGRootInlineBoxPainter.cpp
|
| index 39ada9951c6d7b73f8d81b0a3db5c6a755759cd7..cd097cf442c3a6b16af87e6e383cb1f45447832a 100644
|
| --- a/Source/core/paint/SVGRootInlineBoxPainter.cpp
|
| +++ b/Source/core/paint/SVGRootInlineBoxPainter.cpp
|
| @@ -21,7 +21,7 @@ void SVGRootInlineBoxPainter::paint(const PaintInfo& paintInfo, const LayoutPoin
|
| ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
|
|
|
| bool isPrinting = m_svgRootInlineBox.renderer().document().printing();
|
| - bool hasSelection = !isPrinting && m_svgRootInlineBox.selectionState() != RenderObject::SelectionNone;
|
| + bool hasSelection = !isPrinting && m_svgRootInlineBox.selectionState() != LayoutObject::SelectionNone;
|
|
|
| PaintInfo paintInfoBeforeFiltering(paintInfo);
|
| if (hasSelection) {
|
|
|