| Index: Source/core/layout/LayoutPart.cpp
|
| diff --git a/Source/core/layout/LayoutPart.cpp b/Source/core/layout/LayoutPart.cpp
|
| index 7ce8499ccfbda63c49eee4282be4b9f08304fdc0..fe683dd4e5e1b452b14930100d070cb192b3431a 100644
|
| --- a/Source/core/layout/LayoutPart.cpp
|
| +++ b/Source/core/layout/LayoutPart.cpp
|
| @@ -161,7 +161,7 @@ bool LayoutPart::nodeAtPoint(HitTestResult& result, const HitTestLocation& locat
|
| HitTestRequest newHitTestRequest(result.hitTestRequest().type() | HitTestRequest::ChildFrameHitTest);
|
| HitTestResult childFrameResult(newHitTestRequest, newHitTestLocation);
|
|
|
| - bool isInsideChildFrame = childRoot->hitTest(newHitTestRequest, newHitTestLocation, childFrameResult);
|
| + bool isInsideChildFrame = childRoot->hitTest(childFrameResult);
|
|
|
| if (result.hitTestRequest().listBased())
|
| result.append(childFrameResult);
|
|
|