Index: Source/core/layout/svg/SVGLayoutTreeAsText.cpp |
diff --git a/Source/core/layout/svg/SVGLayoutTreeAsText.cpp b/Source/core/layout/svg/SVGLayoutTreeAsText.cpp |
index e8376055fc9b6c6493c38b12d8b2c0fde6c37ff4..cd64e2c3ec1498ee30d67c0debd97edd0d9de295 100644 |
--- a/Source/core/layout/svg/SVGLayoutTreeAsText.cpp |
+++ b/Source/core/layout/svg/SVGLayoutTreeAsText.cpp |
@@ -456,7 +456,7 @@ static inline void writeSVGInlineTextBox(TextStream& ts, SVGInlineTextBox* textB |
} |
} |
-static inline void writeSVGInlineTextBoxes(TextStream& ts, const RenderText& text, int indent) |
+static inline void writeSVGInlineTextBoxes(TextStream& ts, const LayoutText& text, int indent) |
{ |
for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox()) { |
if (!box->isSVGInlineTextBox()) |