Remove incorrect XXX comment. a=dbaron

This commit is contained in:
bzbarsky%mit.edu 2005-02-09 18:30:59 +00:00
Родитель 82e91dc9d5
Коммит 6693cc0e8f
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

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