Index: Source/core/rendering/svg/SVGTextQuery.cpp |
diff --git a/Source/core/rendering/svg/SVGTextQuery.cpp b/Source/core/rendering/svg/SVGTextQuery.cpp |
index f5ed2d06bb7471a8d5da40380d673b42af5e9427..96eaee0af552c162a9d522fb50e6d5deab422079 100644 |
--- a/Source/core/rendering/svg/SVGTextQuery.cpp |
+++ b/Source/core/rendering/svg/SVGTextQuery.cpp |
@@ -47,7 +47,7 @@ struct SVGTextQuery::Data { |
const SVGInlineTextBox* textBox; |
}; |
-static inline InlineFlowBox* flowBoxForRenderer(RenderObject* renderer) |
+static inline InlineFlowBox* flowBoxForRenderer(LayoutObject* renderer) |
{ |
if (!renderer) |
return 0; |
@@ -77,7 +77,7 @@ static inline InlineFlowBox* flowBoxForRenderer(RenderObject* renderer) |
return 0; |
} |
-SVGTextQuery::SVGTextQuery(RenderObject* renderer) |
+SVGTextQuery::SVGTextQuery(LayoutObject* renderer) |
{ |
collectTextBoxesInFlowBox(flowBoxForRenderer(renderer)); |
} |