Bug 1144509: Part1. Fire timeupdate before seeked event as per spec. r=karlt
This commit is contained in:
@@ -3243,6 +3243,7 @@ void HTMLMediaElement::SeekCompleted()
|
||||
{
|
||||
mPlayingBeforeSeek = false;
|
||||
SetPlayedOrSeeked(true);
|
||||
FireTimeUpdate(false);
|
||||
DispatchAsyncEvent(NS_LITERAL_STRING("seeked"));
|
||||
// We changed whether we're seeking so we need to AddRemoveSelfReference
|
||||
AddRemoveSelfReference();
|
||||
|
||||
Reference in New Issue
Block a user