diff --git a/layout/base/nsPresShell.cpp b/layout/base/nsPresShell.cpp index 827a7663003..3fd45cbd58b 100644 --- a/layout/base/nsPresShell.cpp +++ b/layout/base/nsPresShell.cpp @@ -6668,7 +6668,7 @@ PresShell::HandleEvent(nsIView *aView, ignoreRootScrollFrame = static_cast(aEvent)->ignoreRootScrollFrame; } nsIFrame* target = nsLayoutUtils::GetFrameForPoint(frame, eventPoint, - PR_TRUE, ignoreRootScrollFrame); + PR_FALSE, ignoreRootScrollFrame); if (target) { frame = target; }