Backed out changeset 45d4f7b16c2f (bug 847559) for bustage.

This commit is contained in:
Ryan VanderMeulen 2013-03-05 12:59:00 -05:00
Родитель beaebee6ce
Коммит 7bdcd63e71
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -194,11 +194,6 @@ nsJPEGDecoder::WriteInternal(const char *aBuffer, uint32_t aCount)
NS_ABORT_IF_FALSE(!HasError(), "Shouldn't call WriteInternal after error!");
if (IsSizeDecode() && HasSize()) {
// More data came in since we found the size. We have nothing to do here.
return;
}
/* Return here if there is a fatal error within libjpeg. */
nsresult error_code;
// This cast to nsresult makes sense because setjmp() returns whatever we