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

git-svn-id: svn://10.0.0.236/trunk@140049 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2003-03-22 07:57:44 +00:00
parent f04efc4615
commit f23cff2841

View File

@ -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;