| Index: Source/core/frame/LocalFrame.cpp
|
| diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp
|
| index 44ce13e81e0019c0d22bc907f807098d923b2269..3c353cd186d56380367a5584bbf36e03c8226c7c 100644
|
| --- a/Source/core/frame/LocalFrame.cpp
|
| +++ b/Source/core/frame/LocalFrame.cpp
|
| @@ -706,7 +706,7 @@ EphemeralRange LocalFrame::rangeForPoint(const IntPoint& framePoint)
|
| if (positionWithAffinity.isNull())
|
| return EphemeralRange();
|
|
|
| - VisiblePosition position = visiblePositionOf(positionWithAffinity);
|
| + VisiblePosition position = createVisiblePosition(positionWithAffinity);
|
| VisiblePosition previous = previousPositionOf(position);
|
| if (previous.isNotNull()) {
|
| const EphemeralRange previousCharacterRange = makeRange(previous, position);
|
|
|