Backing out bug 675669, due to its controversial landing.

This commit is contained in:
Josh Matthews 2011-08-15 20:15:17 -04:00
Родитель 1abdf5189b
Коммит d4514a1ec4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6668,7 +6668,7 @@ PresShell::HandleEvent(nsIView *aView,
ignoreRootScrollFrame = static_cast<nsMouseEvent*>(aEvent)->ignoreRootScrollFrame;
}
nsIFrame* target = nsLayoutUtils::GetFrameForPoint(frame, eventPoint,
PR_TRUE, ignoreRootScrollFrame);
PR_FALSE, ignoreRootScrollFrame);
if (target) {
frame = target;
}