Index: Source/core/rendering/svg/SVGTextQuery.cpp |
diff --git a/Source/core/rendering/svg/SVGTextQuery.cpp b/Source/core/rendering/svg/SVGTextQuery.cpp |
index a76d5724461d1a7695d4884f459682c681114564..d6cf4fdff97c50221070eb4f88d0e00e5a60dfb6 100644 |
--- a/Source/core/rendering/svg/SVGTextQuery.cpp |
+++ b/Source/core/rendering/svg/SVGTextQuery.cpp |
@@ -536,7 +536,7 @@ bool SVGTextQuery::characterNumberAtPositionCallback(Data* queryData, const SVGT |
return false; |
} |
-int SVGTextQuery::characterNumberAtPosition(const SVGPoint& position) const |
+int SVGTextQuery::characterNumberAtPosition(const FloatPoint& position) const |
{ |
if (m_textBoxes.isEmpty()) |
return -1; |