mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 912627 - Remove spurious assertion. r=cpearce
This commit is contained in:
parent
0574204f04
commit
3a40673d1b
@ -698,7 +698,6 @@ void MediaDecoder::QueueMetadata(int64_t aPublishTime,
|
||||
bool
|
||||
MediaDecoder::IsDataCachedToEndOfResource()
|
||||
{
|
||||
NS_ASSERTION(!mShuttingDown, "Don't call during shutdown!");
|
||||
ReentrantMonitorAutoEnter mon(GetReentrantMonitor());
|
||||
return (mResource &&
|
||||
mResource->IsDataCachedToEndOfResource(mDecoderPosition));
|
||||
|
Loading…
x
Reference in New Issue
Block a user