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