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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user