| Index: Source/core/rendering/svg/SVGTextQuery.cpp
|
| diff --git a/Source/core/rendering/svg/SVGTextQuery.cpp b/Source/core/rendering/svg/SVGTextQuery.cpp
|
| index f86bd554e3db636747b7dc943c18f54e55f5f69d..5cb062907df91d1829d734a05cd37a2d6d4b3594 100644
|
| --- a/Source/core/rendering/svg/SVGTextQuery.cpp
|
| +++ b/Source/core/rendering/svg/SVGTextQuery.cpp
|
| @@ -540,7 +540,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;
|
|
|