Comment out NS_PRECONDITION on mDocument.

This commit is contained in:
rjc%netscape.com 1999-03-11 12:07:49 +00:00
Родитель eb6bc84a7b
Коммит b8e70b1743
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -2303,7 +2303,7 @@ RDFElementImpl::EnsureContentsGenerated(void) const
nsresult rv;
NS_PRECONDITION(mDocument != nsnull, "not initialized");
// NS_PRECONDITION(mDocument != nsnull, "not initialized");
if (!mDocument)
return NS_ERROR_NOT_INITIALIZED;

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

@ -2303,7 +2303,7 @@ RDFElementImpl::EnsureContentsGenerated(void) const
nsresult rv;
NS_PRECONDITION(mDocument != nsnull, "not initialized");
// NS_PRECONDITION(mDocument != nsnull, "not initialized");
if (!mDocument)
return NS_ERROR_NOT_INITIALIZED;

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

@ -2303,7 +2303,7 @@ RDFElementImpl::EnsureContentsGenerated(void) const
nsresult rv;
NS_PRECONDITION(mDocument != nsnull, "not initialized");
// NS_PRECONDITION(mDocument != nsnull, "not initialized");
if (!mDocument)
return NS_ERROR_NOT_INITIALIZED;