| Index: Source/core/layout/LayoutView.cpp
|
| diff --git a/Source/core/layout/LayoutView.cpp b/Source/core/layout/LayoutView.cpp
|
| index 7f87c3f37ded9e2ceb5e6da05732c01b723063b2..956d498b3f6e9aded90c441285eaf4b3165b8415 100644
|
| --- a/Source/core/layout/LayoutView.cpp
|
| +++ b/Source/core/layout/LayoutView.cpp
|
| @@ -78,9 +78,9 @@ LayoutView::~LayoutView()
|
| {
|
| }
|
|
|
| -bool LayoutView::hitTest(const HitTestRequest& request, HitTestResult& result)
|
| +bool LayoutView::hitTest(HitTestResult& result)
|
| {
|
| - return hitTest(request, result.hitTestLocation(), result);
|
| + return hitTest(result.hitTestRequest(), result.hitTestLocation(), result);
|
| }
|
|
|
| bool LayoutView::hitTest(const HitTestRequest& request, const HitTestLocation& location, HitTestResult& result)
|
|
|