Index: Source/core/layout/line/EllipsisBox.cpp |
diff --git a/Source/core/layout/line/EllipsisBox.cpp b/Source/core/layout/line/EllipsisBox.cpp |
index 3c86053f546438d5d5eccecd6ae2c3ac7ed76016..5b27ecd4786a37b0baed92775c6ae7a3b83c9a1a 100644 |
--- a/Source/core/layout/line/EllipsisBox.cpp |
+++ b/Source/core/layout/line/EllipsisBox.cpp |
@@ -88,7 +88,7 @@ bool EllipsisBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& resu |
renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(adjustedLocation)); |
// FIXME: the call to rawValue() below is temporary and should be removed once the transition |
// to LayoutUnit-based types is complete (crbug.com/321237) |
- if (!result.addNodeToRectBasedTestResult(renderer().node(), request, locationInContainer, boundsRect.rawValue())) |
+ if (!result.addNodeToListBasedTestResult(renderer().node(), request, locationInContainer, boundsRect.rawValue())) |
return true; |
} |