| Index: third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.cpp b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.cpp
|
| index 49254562c2c67009f021befedf854379a8179d49..295870351e7c3469f8d399fe40d6a14f09921911 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.cpp
|
| @@ -357,7 +357,7 @@ void SVGTextLayoutEngine::layoutTextOnLineOrPath(SVGInlineTextBox* textBox, Line
|
| return;
|
|
|
| // Find the start of the current text box in the metrics list.
|
| - m_visualMetricsIterator.advanceToTextStart(&textLineLayout, textBox->start());
|
| + m_visualMetricsIterator.advanceToTextStart(textLineLayout, textBox->start());
|
|
|
| const Font& font = style.font();
|
|
|
|
|