Fix Build Bustage - with "--enable-debug"

This commit is contained in:
janekptacijarabaci 2018-07-12 12:34:59 +02:00 committed by Roy Tam
commit d57aa4fc94
4 changed files with 7 additions and 2 deletions

View file

@ -5514,7 +5514,9 @@ void HTMLMediaElement::SuspendOrResumeElement(bool aPauseElement, bool aSuspendE
}
mEventDeliveryPaused = aSuspendEvents;
} else {
#ifdef MOZ_EME
MOZ_ASSERT(!mMediaKeys);
#endif
if (mDecoder) {
mDecoder->Resume();
if (!mPaused && !mDecoder->IsEnded()) {