Bug 901146 - Fix misleading comment in nsImageFrame.cpp. r=tn

This commit is contained in:
Seth Fowler
2014-04-14 16:26:35 -07:00
parent 41f6cb7cf7
commit c1a0a469c8

View File

@@ -1157,7 +1157,7 @@ nsImageFrame::DisplayAltFeedback(nsRenderingContext& aRenderingContext,
}
// If the image in question is loaded and decoded, draw it
// If the icon in question is loaded and decoded, draw it
uint32_t imageStatus = 0;
if (aRequest)
aRequest->GetImageStatus(&imageStatus);