Comment and whitespace change...

git-svn-id: svn://10.0.0.236/trunk@77867 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%netscape.com 2000-09-01 08:24:00 +00:00
parent d98d93885f
commit adc6b35477
2 changed files with 6 additions and 8 deletions

View File

@ -982,11 +982,10 @@ nsHTMLImageElement::SetSrcInner(nsIURI* aBaseURL, const nsAReadableString& aSrc)
mLoader->RemoveFrame(this);
}
// Start the image loading. We don't care about holding on to
// the image loader.
// Start the image loading.
result = context->StartLoadImage(url, nsnull, specifiedSize,
nsnull, ImageLibCallBack, this, this,
getter_AddRefs(mLoader));
nsnull, ImageLibCallBack, this,
this, getter_AddRefs(mLoader));
NS_RELEASE(context);
}

View File

@ -982,11 +982,10 @@ nsHTMLImageElement::SetSrcInner(nsIURI* aBaseURL, const nsAReadableString& aSrc)
mLoader->RemoveFrame(this);
}
// Start the image loading. We don't care about holding on to
// the image loader.
// Start the image loading.
result = context->StartLoadImage(url, nsnull, specifiedSize,
nsnull, ImageLibCallBack, this, this,
getter_AddRefs(mLoader));
nsnull, ImageLibCallBack, this,
this, getter_AddRefs(mLoader));
NS_RELEASE(context);
}