| Index: Source/core/rendering/svg/SVGRootInlineBox.cpp
|
| diff --git a/Source/core/rendering/svg/SVGRootInlineBox.cpp b/Source/core/rendering/svg/SVGRootInlineBox.cpp
|
| index d33a3dd0c2be705eb38524e251997227a1878663..9b236b69a6182cc02ce4526ea93b7423590e050a 100644
|
| --- a/Source/core/rendering/svg/SVGRootInlineBox.cpp
|
| +++ b/Source/core/rendering/svg/SVGRootInlineBox.cpp
|
| @@ -104,7 +104,7 @@ void SVGRootInlineBox::layoutCharactersInTextBoxes(InlineFlowBox* start, SVGText
|
| continue;
|
|
|
| SVGInlineFlowBox* flowBox = toSVGInlineFlowBox(child);
|
| - bool isTextPath = node->hasTagName(SVGNames::textPathTag);
|
| + bool isTextPath = isSVGTextPathElement(*node);
|
| if (isTextPath) {
|
| // Build text chunks for all <textPath> children, using the line layout algorithm.
|
| // This is needeed as text-anchor is just an additional startOffset for text paths.
|
|
|