Bug 1280814 - Prevent the media::Interval crash due to the unexpected playback position. r=rillian

MozReview-Commit-ID: AZ9Gb2Y0wDF
This commit is contained in:
bechen
2016-06-20 15:58:58 +08:00
parent 5b4415d6cb
commit 835da4b871
3 changed files with 22 additions and 0 deletions

View File

@@ -797,6 +797,10 @@ void HTMLMediaElement::AbortExistingLoads()
AddRemoveSelfReference();
mIsRunningSelectResource = false;
if (mTextTrackManager) {
mTextTrackManager->NotifyReset();
}
}
void HTMLMediaElement::NoSupportedMediaSourceError()