Bug 1076910 - Add some error checks to gfxUtils::EncodeSourceSurface. r=Bas

This commit is contained in:
Jonathan Watt 2014-10-31 11:16:45 +00:00
Родитель 524ce7145b
Коммит 30f03ce29a
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1184,6 +1184,8 @@ gfxUtils::EncodeSourceSurface(SourceSurface* aSurface,
}
}
}
NS_ENSURE_SUCCESS(rv, rv);
NS_ENSURE_TRUE(!imgData.empty(), NS_ERROR_FAILURE);
if (aBinaryOrData == eBinaryEncode) {
if (aFile) {