зеркало из https://github.com/mozilla/gecko-dev.git
Comment out NS_PRECONDITION on mDocument.
This commit is contained in:
Родитель
eb6bc84a7b
Коммит
b8e70b1743
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче