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 db6f848107f52a922bb11d8168492052614ecd57..d7ed720d6d14dac9efa7df65cc934c28cecf1b39 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. |