Comment and whitespace change...
git-svn-id: svn://10.0.0.236/trunk@77867 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d98d93885f
commit
adc6b35477
@ -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);
|
||||
}
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user