Back out 022bc808586b (bug 845147) on suspicion of causing frequent intermittent oranges for list-simple-1.html by busting its reference case

This commit is contained in:
Daniel Holbert 2013-06-04 20:00:20 -07:00
Родитель e59ccf90a4
Коммит 4795726e4a
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -2765,10 +2765,7 @@ RasterImage::RequestDecode()
NS_IMETHODIMP
RasterImage::StartDecoding()
{
// Here we are explicitly trading off flashing for responsiveness in the case
// that we're redecoding an image (see bug 845147).
return RequestDecodeCore(mHasBeenDecoded ?
SYNCHRONOUS_NOTIFY : SYNCHRONOUS_NOTIFY_AND_SOME_DECODE);
return RequestDecodeCore(SYNCHRONOUS_NOTIFY_AND_SOME_DECODE);
}