| Index: Source/core/layout/LayoutTable.cpp
|
| diff --git a/Source/core/layout/LayoutTable.cpp b/Source/core/layout/LayoutTable.cpp
|
| index ae01460b50ad69914093e7b83218b2997be0bc7e..4e2278d7bc6bc124a2c6b737d04fd1c6f510f8c1 100644
|
| --- a/Source/core/layout/LayoutTable.cpp
|
| +++ b/Source/core/layout/LayoutTable.cpp
|
| @@ -1316,7 +1316,7 @@ bool LayoutTable::nodeAtPoint(const HitTestRequest& request, HitTestResult& resu
|
| LayoutRect boundsRect(adjustedLocation, size());
|
| if (visibleToHitTestRequest(request) && (action == HitTestBlockBackground || action == HitTestChildBlockBackground) && locationInContainer.intersects(boundsRect)) {
|
| updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(adjustedLocation)));
|
| - if (!result.addNodeToRectBasedTestResult(node(), request, locationInContainer, boundsRect))
|
| + if (!result.addNodeToListBasedTestResult(node(), request, locationInContainer, boundsRect))
|
| return true;
|
| }
|
|
|
|
|