This commit is contained in:
sspitzer%netscape.com 1999-06-19 21:13:48 +00:00
Родитель db7c88a9a4
Коммит e744366a53
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1717,8 +1717,8 @@ nsFrame::PeekOffset(nsIFocusTracker *aTracker,
found = PR_TRUE;
else{
if (aDirection == eDirNext)
#if 0 {
#if 0
{
result = resultFrame->GetPrevSibling(&child);
}
else

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

@ -1717,8 +1717,8 @@ nsFrame::PeekOffset(nsIFocusTracker *aTracker,
found = PR_TRUE;
else{
if (aDirection == eDirNext)
#if 0 {
#if 0
{
result = resultFrame->GetPrevSibling(&child);
}
else