Index: Source/core/layout/svg/line/SVGInlineTextBox.cpp |
diff --git a/Source/core/layout/svg/line/SVGInlineTextBox.cpp b/Source/core/layout/svg/line/SVGInlineTextBox.cpp |
index 034a1b84dc2c7f6cd2d9571151e1a393f0dd02d4..ee1bbe38823f1c9302c07fbf09473d94c9d0b3b5 100644 |
--- a/Source/core/layout/svg/line/SVGInlineTextBox.cpp |
+++ b/Source/core/layout/svg/line/SVGInlineTextBox.cpp |
@@ -172,7 +172,7 @@ void SVGInlineTextBox::paint(const PaintInfo& paintInfo, const LayoutPoint& pain |
TextRun SVGInlineTextBox::constructTextRun(const LayoutStyle& style, const SVGTextFragment& fragment) const |
{ |
- RenderText* text = &renderer(); |
+ LayoutText* text = &renderer(); |
// FIXME(crbug.com/264211): This should not be necessary but can occur if we |
// layout during layout. Remove this when 264211 is fixed. |