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
Родитель be1952a853
Коммит c5ffa8a0e2
1 изменённых файлов: 1 добавлений и 1 удалений

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

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