Index: Source/core/rendering/RenderInline.cpp |
diff --git a/Source/core/rendering/RenderInline.cpp b/Source/core/rendering/RenderInline.cpp |
index ea48c8707aecb7b59ecccbbd71b4e8dd85230e84..23d171600a5d37ec61db3f4827d96db508be5c12 100644 |
--- a/Source/core/rendering/RenderInline.cpp |
+++ b/Source/core/rendering/RenderInline.cpp |
@@ -1423,7 +1423,7 @@ void RenderInline::paintOutline(PaintInfo& paintInfo, const LayoutPoint& paintOf |
} |
} |
- GraphicsContext* graphicsContext = paintInfo.context; |
+ GraphicsContext* graphicsContext = paintInfo.getContext(); |
if (graphicsContext->paintingDisabled()) |
return; |