| Index: Source/core/rendering/InlineFlowBox.cpp
|
| diff --git a/Source/core/rendering/InlineFlowBox.cpp b/Source/core/rendering/InlineFlowBox.cpp
|
| index 828753c133596057ae3b993cade75f455d4b705a..de3b70ba87c3f9fb486571ebe108a4ad07c7fb1b 100644
|
| --- a/Source/core/rendering/InlineFlowBox.cpp
|
| +++ b/Source/core/rendering/InlineFlowBox.cpp
|
| @@ -1077,7 +1077,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;
|
| }
|
|
|
|
|