Remove incorrect XXX comment. a=dbaron

git-svn-id: svn://10.0.0.236/trunk@169053 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2005-02-09 18:30:59 +00:00
parent 9c156d4eb2
commit a04a5c9bce

View File

@@ -614,9 +614,6 @@ NS_IMETHODIMP nsImageBoxFrame::OnStopDecode(imgIRequest *request,
nsresult aStatus,
const PRUnichar *statusArg)
{
// XXXbz this is firing DOM events possibly from inside style resolution!
// See the nsImageLoadingContent code for how this should be done
// asynchronously.
if (NS_SUCCEEDED(aStatus))
// Fire an onload DOM event.
FireDOMEvent(mContent, NS_IMAGE_LOAD);