From bd9141efcfd1060ed53e7ebc79dfa395e41707c5 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 15 Aug 2011 20:15:17 -0400 Subject: [PATCH] Backing out bug 675669, due to its controversial landing. --- layout/base/nsPresShell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }