Index: Source/core/layout/svg/SVGTextQuery.cpp |
diff --git a/Source/core/layout/svg/SVGTextQuery.cpp b/Source/core/layout/svg/SVGTextQuery.cpp |
index e72f2d63f14781fb43e77f4f3850f8c51bf0276e..1e6123c8d691b51330538071765411062d86768b 100644 |
--- a/Source/core/layout/svg/SVGTextQuery.cpp |
+++ b/Source/core/layout/svg/SVGTextQuery.cpp |
@@ -64,7 +64,7 @@ static inline InlineFlowBox* flowBoxForRenderer(LayoutObject* renderer) |
} |
if (renderer->isRenderInline()) { |
- // We're given a LayoutSVGInline or objects that derive from it (RenderSVGTSpan / LayoutSVGTextPath) |
+ // We're given a LayoutSVGInline or objects that derive from it (LayoutSVGTSpan / LayoutSVGTextPath) |
RenderInline* renderInline = toRenderInline(renderer); |
// LayoutSVGInline only ever contains a single line box. |