Index: Source/core/rendering/RenderTableSection.cpp |
diff --git a/Source/core/rendering/RenderTableSection.cpp b/Source/core/rendering/RenderTableSection.cpp |
index bd7863a888193166d5e2e6691dcad701864ba5af..67acd210db139299f01a0a5e604d21c5091375b9 100644 |
--- a/Source/core/rendering/RenderTableSection.cpp |
+++ b/Source/core/rendering/RenderTableSection.cpp |
@@ -1628,7 +1628,7 @@ bool RenderTableSection::nodeAtPoint(const HitTestRequest& request, HitTestResul |
// Just forward to our children always. |
LayoutPoint adjustedLocation = accumulatedOffset + location(); |
- if (hasOverflowClip() && !locationInContainer.intersects(overflowClipRect(adjustedLocation, locationInContainer.region()))) |
+ if (hasOverflowClip() && !locationInContainer.intersects(overflowClipRect(adjustedLocation))) |
return false; |
if (hasOverflowingCell()) { |