Bug 1309162 - part6 : remove useless comment. r=jwwang

These comments should be removed after landing bug1302350.

MozReview-Commit-ID: 7N0cWImZDDI
This commit is contained in:
Alastor Wu
2016-11-29 12:40:45 +08:00
parent 290dc21abc
commit f2045df120

View File

@@ -3621,9 +3621,6 @@ HTMLMediaElement::PlayInternal()
UpdatePreloadAction();
UpdateSrcMediaStreamPlaying();
// We should check audio channel playing state before dispatching any events,
// because we don't want to dispatch events for blocked media. For blocked
// media, the event would be pending until media is resumed.
// TODO: If the playback has ended, then the user agent must set
// seek to the effective start.
if (oldPaused) {