This warning was never supposed to get checked in...

This commit is contained in:
bzbarsky%mit.edu 2003-03-22 07:57:44 +00:00
Родитель af16248797
Коммит 468c1fa6b5
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -483,7 +483,8 @@ nsImageLoadingContent::StringToURI(const nsACString& aSpec,
nsIDocument* aDocument,
nsIURI** aURI)
{
NS_WARN_IF_FALSE(aDocument, "Must have a document");
// XXXbz Commented out precondition pending fix for bug 198486
// NS_PRECONDITION(aDocument, "Must have a document");
NS_PRECONDITION(aURI, "Null out param");
nsresult rv = NS_OK;