Minor cleanup - don't assume implementation details.

This commit is contained in:
pollmann%netscape.com 1999-09-16 20:26:44 +00:00
Родитель 97a0bdb5a3
Коммит bfd96752c6
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -518,7 +518,7 @@ nsFileControlFrame::SaveState(nsISupports** aState)
{
nsISupportsString* value = nsnull;
nsAutoString string;
nsresult res = mTextFrame->GetProperty(nsHTMLAtoms::value, string);
nsresult res = GetProperty(nsHTMLAtoms::value, string);
if (NS_SUCCEEDED(res)) {
char* chars = string.ToNewCString();
if (chars) {

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

@ -518,7 +518,7 @@ nsFileControlFrame::SaveState(nsISupports** aState)
{
nsISupportsString* value = nsnull;
nsAutoString string;
nsresult res = mTextFrame->GetProperty(nsHTMLAtoms::value, string);
nsresult res = GetProperty(nsHTMLAtoms::value, string);
if (NS_SUCCEEDED(res)) {
char* chars = string.ToNewCString();
if (chars) {