Should always return true, the caching of the "true" value is most important. Failing on getting the

preshell or frames should not be passed back.
r=self, bug 18784
This commit is contained in:
rods%netscape.com 1999-11-14 00:35:35 +00:00
Родитель 744098909e
Коммит 9908d1fd0b
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -726,7 +726,7 @@ nsHTMLSelectElement::DoneAddingContent()
result = selectFrame->DoneAddingContent();
}
}
return result;
return NS_OK;
}
NS_IMETHODIMP

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

@ -726,7 +726,7 @@ nsHTMLSelectElement::DoneAddingContent()
result = selectFrame->DoneAddingContent();
}
}
return result;
return NS_OK;
}
NS_IMETHODIMP