Index: third_party/WebKit/Source/core/paint/SVGTextPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/SVGTextPainter.cpp b/third_party/WebKit/Source/core/paint/SVGTextPainter.cpp |
index ca5d97254978a0f532ebab17e729cd318a0b936d..e982250c46354ac3383a5bef899d035422695dae 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGTextPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/SVGTextPainter.cpp |
@@ -19,7 +19,7 @@ void SVGTextPainter::paint(const PaintInfo& paintInfo) |
PaintInfo blockInfo(paintInfo); |
blockInfo.updateCullRect(m_layoutSVGText.localToParentTransform()); |
- TransformRecorder transformRecorder(*blockInfo.context, m_layoutSVGText, m_layoutSVGText.localToParentTransform()); |
+ TransformRecorder transformRecorder(blockInfo.context, m_layoutSVGText, m_layoutSVGText.localToParentTransform()); |
BlockPainter(m_layoutSVGText).paint(blockInfo, LayoutPoint()); |