| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index e8a8db71b4d4d026920048fcd602f0a1834171d1..8e12d3c58986c5c0894c8210769ada5b3062afee 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1249,7 +1249,7 @@ void WebLocalFrameImpl::selectRange(const WebRange& webRange)
|
|
|
| void WebLocalFrameImpl::moveRangeSelectionExtent(const WebPoint& point)
|
| {
|
| - frame()->selection().moveRangeSelectionExtent(visiblePositionForViewportPoint(point));
|
| + frame()->selection().moveRangeSelectionExtent(frame()->view()->viewportToContents(point));
|
| }
|
|
|
| void WebLocalFrameImpl::moveRangeSelection(const WebPoint& baseInViewport, const WebPoint& extentInViewport, WebFrame::TextGranularity granularity)
|
|
|