| Index: Source/core/rendering/RenderInline.cpp
|
| diff --git a/Source/core/rendering/RenderInline.cpp b/Source/core/rendering/RenderInline.cpp
|
| index baf5460ca0af4d4fb2562b3764737dd137371836..21f3e9dfa7455e41ce36eabef14fa2090449eacc 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;
|
|
|