зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1292505 (Followup) - Add an assert that we don't create a decoder for an ICO resource during a metadata decode. r=me
This commit is contained in:
Родитель
d0f58b8f51
Коммит
cf5f340405
|
@ -246,6 +246,7 @@ DecoderFactory::CreateDecoderForICOResource(DecoderType aType,
|
|||
MOZ_ASSERT(decoder);
|
||||
|
||||
// Initialize the decoder, copying settings from @aICODecoder.
|
||||
MOZ_ASSERT(!aICODecoder->IsMetadataDecode());
|
||||
decoder->SetMetadataDecode(aICODecoder->IsMetadataDecode());
|
||||
decoder->SetIterator(aSourceBuffer->Iterator());
|
||||
decoder->SetOutputSize(aICODecoder->OutputSize());
|
||||
|
|
Загрузка…
Ссылка в новой задаче