| Index: Source/core/layout/LayoutTableSection.cpp
|
| diff --git a/Source/core/layout/LayoutTableSection.cpp b/Source/core/layout/LayoutTableSection.cpp
|
| index 537b401249f7f0915f355acdcd35cfdfe8d5b9f7..619fe1084704c71ec70371e1d8c8a063eb04ecaa 100644
|
| --- a/Source/core/layout/LayoutTableSection.cpp
|
| +++ b/Source/core/layout/LayoutTableSection.cpp
|
| @@ -1554,10 +1554,10 @@ bool LayoutTableSection::nodeAtPoint(const HitTestRequest& request, HitTestResul
|
| return true;
|
| }
|
| }
|
| - if (!result.isRectBasedTest())
|
| + if (!request.listBased())
|
| break;
|
| }
|
| - if (!result.isRectBasedTest())
|
| + if (!request.listBased())
|
| break;
|
| }
|
|
|
|
|