Index: Source/core/rendering/svg/SVGRootInlineBox.cpp |
diff --git a/Source/core/rendering/svg/SVGRootInlineBox.cpp b/Source/core/rendering/svg/SVGRootInlineBox.cpp |
index f81e128044e92e00749640f166ad0789997e0571..d9e6ec7c0d3ce338b02c8166a78ec626c7e78ebb 100644 |
--- a/Source/core/rendering/svg/SVGRootInlineBox.cpp |
+++ b/Source/core/rendering/svg/SVGRootInlineBox.cpp |
@@ -41,7 +41,7 @@ void SVGRootInlineBox::paint(PaintInfo& paintInfo, const LayoutPoint&, LayoutUni |
RenderObject* boxRenderer = renderer(); |
ASSERT(boxRenderer); |
- bool isPrinting = renderer()->document()->printing(); |
+ bool isPrinting = renderer()->document().printing(); |
bool hasSelection = !isPrinting && selectionState() != RenderObject::SelectionNone; |
PaintInfo childPaintInfo(paintInfo); |