| Index: Source/core/layout/line/InlineFlowBox.cpp
|
| diff --git a/Source/core/layout/line/InlineFlowBox.cpp b/Source/core/layout/line/InlineFlowBox.cpp
|
| index cfb005de3fcc87755fec38744a5aaae2e7cf37f2..5999004ce4f41b9c725db972f29c27cf66c41705 100644
|
| --- a/Source/core/layout/line/InlineFlowBox.cpp
|
| +++ b/Source/core/layout/line/InlineFlowBox.cpp
|
| @@ -1071,7 +1071,7 @@ bool InlineFlowBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& re
|
|
|
| if (visibleToHitTestRequest(request) && locationInContainer.intersects(rect)) {
|
| renderer().updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(accumulatedOffset))); // Don't add in m_x or m_y here, we want coords in the containing block's space.
|
| - if (!result.addNodeToRectBasedTestResult(renderer().node(), request, locationInContainer, rect))
|
| + if (!result.addNodeToListBasedTestResult(renderer().node(), request, locationInContainer, rect))
|
| return true;
|
| }
|
|
|
|
|