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