Skip to content
Snippets Groups Projects
Commit bd4cea63 authored by Ryan VanderMeulen's avatar Ryan VanderMeulen
Browse files

Merge m-c to autoland. a=merge

parents a48c078e e0883c89
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,7 @@ MediaSourceDecoder::Ended(bool aEnded)
{
MOZ_ASSERT(NS_IsMainThread());
AbstractThread::AutoEnter context(AbstractMainThread());
mResource->SetEnded(aEnded);
if (aEnded) {
// We want the MediaSourceReader to refresh its buffered range as it may
// have been modified (end lined up).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment