| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index c124f4b98a4d9985fff9e56b3d431a5f168fe286..3646a835f83e06c6442eec7b9cc00b5343cfb546 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1323,7 +1323,7 @@ VisiblePosition WebLocalFrameImpl::visiblePositionForViewportPoint(const WebPoin
|
| {
|
| HitTestRequest request = HitTestRequest::Move | HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::IgnoreClipping;
|
| HitTestResult result(request, frame()->view()->viewportToContents(pointInViewport));
|
| - frame()->document()->layoutView()->layer()->hitTest(result);
|
| + frame()->document()->layoutView()->hitTest(result);
|
|
|
| if (Node* node = result.innerNode())
|
| return frame()->selection().selection().visiblePositionRespectingEditingBoundary(result.localPoint(), node);
|
|
|