Index: Source/core/rendering/RenderInline.cpp |
diff --git a/Source/core/rendering/RenderInline.cpp b/Source/core/rendering/RenderInline.cpp |
index 9956e851279d96343b3233742bd5654fc45590f5..c66ad59d746d2e6026c431c63a04d8c8487708bf 100644 |
--- a/Source/core/rendering/RenderInline.cpp |
+++ b/Source/core/rendering/RenderInline.cpp |
@@ -823,9 +823,9 @@ bool RenderInline::hitTestCulledInline(const HitTestRequest& request, HitTestRes |
if (context.intersected()) { |
updateHitTestResult(result, tmpLocation.point()); |
- // We can not use addNodeToRectBasedTestResult to determine if we fully enclose the hit-test area |
+ // We can not use addNodeToListBasedTestResult to determine if we fully enclose the hit-test area |
// because it can only handle rectangular targets. |
- result.addNodeToRectBasedTestResult(node(), request, locationInContainer); |
+ result.addNodeToListBasedTestResult(node(), request, locationInContainer); |
return regionResult.contains(tmpLocation.boundingBox()); |
} |
return false; |