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