This commit is contained in:
roc+%cs.cmu.edu 2005-03-30 03:05:17 +00:00
Родитель 72764c328d
Коммит cf694cecf6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1241,7 +1241,7 @@ nsEventStateManager::FireContextClick()
// when we're through because no one else is doing anything more with this
// event and it will get reset on the very next event to the correct frame).
mCurrentTarget = nsnull;
if ( mGestureDownContent )
if ( mGestureDownContent ) {
mEventPresContext->GetPresShell()->GetPrimaryFrameFor(mGestureDownContent,
&mCurrentTarget);