Forgot to add a code comment in my last checkin.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178553 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cst%andrew.cmu.edu
2005-08-21 17:47:29 +00:00
parent a44beceb22
commit 1bf5ccd62d

View File

@@ -220,6 +220,7 @@ ImageListener::OnStopRequest(nsIRequest* request, nsISupports *ctxt,
}
// mImageContent can be null if the document is already destroyed
if (NS_FAILED(status) && imgDoc->mStringBundle && imgDoc->mImageContent) {
nsCAutoString src;
imgDoc->mDocumentURI->GetSpec(src);