| Index: Source/core/layout/LayoutView.cpp
|
| diff --git a/Source/core/layout/LayoutView.cpp b/Source/core/layout/LayoutView.cpp
|
| index 8001879822073f3b22c978f1ec3b352c96c77860..420970ec29130aae75e4a59fb122f13e96c79aa8 100644
|
| --- a/Source/core/layout/LayoutView.cpp
|
| +++ b/Source/core/layout/LayoutView.cpp
|
| @@ -128,7 +128,7 @@
|
| frameView()->updateLayoutAndStyleForPainting();
|
| commitPendingSelection();
|
|
|
| - bool hitLayer = layer()->stackingNode()->hitTest(request, location, result);
|
| + bool hitLayer = layer()->hitTest(request, location, result);
|
|
|
| // FrameView scrollbars are not the same as Layer scrollbars tested by Layer::hitTestOverflowControls,
|
| // so we need to test FrameView scrollbars separately here. Note that it's important we do this after
|
|
|