Index: Source/core/layout/LayoutTable.cpp |
diff --git a/Source/core/layout/LayoutTable.cpp b/Source/core/layout/LayoutTable.cpp |
index 54c9f660b3b2ab144afb8f16de9badcd83f8b6fa..3aa3d767d2569784c09b7d4efeeb31992c4fb972 100644 |
--- a/Source/core/layout/LayoutTable.cpp |
+++ b/Source/core/layout/LayoutTable.cpp |
@@ -1328,7 +1328,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; |
} |