Backed out changeset 45dd83a63162 (bug 1339202) for crashing in image processing related tests, e.g. xpcshell test test_imgtools.js. r=backout

This commit is contained in:
Sebastian Hengst
2017-02-13 22:34:54 +01:00
parent ad8f8e0e37
commit 4c2306faba
7 changed files with 10 additions and 98 deletions

View File

@@ -266,7 +266,6 @@ DecoderFactory::CreateDecoderForICOResource(DecoderType aType,
decoder->SetOutputSize(aICODecoder->OutputSize());
decoder->SetDecoderFlags(aICODecoder->GetDecoderFlags());
decoder->SetSurfaceFlags(aICODecoder->GetSurfaceFlags());
decoder->SetFinalizeFrames(false);
if (NS_FAILED(decoder->Init())) {
return nullptr;