| Index: Source/core/page/TouchDisambiguation.cpp
|
| diff --git a/Source/core/page/TouchDisambiguation.cpp b/Source/core/page/TouchDisambiguation.cpp
|
| index 73bcb2e1906bed099605713596bea0528f9419dc..dbeeda03d20f30de275ca729685b64099ccc77b9 100644
|
| --- a/Source/core/page/TouchDisambiguation.cpp
|
| +++ b/Source/core/page/TouchDisambiguation.cpp
|
| @@ -104,7 +104,7 @@ void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector
|
| WillBeHeapHashSet<RawPtrWillBeMember<Node>> blackList;
|
| for (const auto& hitResult : hitResults) {
|
| // Ignore any Nodes that can't be clicked on.
|
| - LayoutObject* renderer = hitResult.get()->renderer();
|
| + LayoutObject* renderer = hitResult.get()->layoutObject();
|
| if (!renderer || !hitResult.get()->willRespondToMouseClickEvents())
|
| continue;
|
|
|
|
|