mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1097823 - Followup to remove the assertions cpearce asked for because they don't hold. rpending=cpearce
This commit is contained in:
parent
26b358b2a0
commit
a58bd0270b
@ -312,8 +312,8 @@ MediaSourceReader::Shutdown()
|
||||
mVideoTrack = nullptr;
|
||||
mVideoReader = nullptr;
|
||||
|
||||
MOZ_ASSERT(mAudioPromise.IsEmpty());
|
||||
MOZ_ASSERT(mVideoPromise.IsEmpty());
|
||||
// We can't assert that the promises are empty here because our subdecoders
|
||||
// might reject their final promises asynchronously.
|
||||
|
||||
MediaDecoderReader::Shutdown();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user