[Webkit-unassigned] [Bug 77951] Chrome crashes when attempting to add cue to track element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 10 00:03:27 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=77951





--- Comment #1 from Arun Patole <arun.patole at motorola.com>  2012-02-10 00:03:26 PST ---
(In reply to comment #0)
>     var newTrack = video.addTrack("subtitles", "French subtitles", "fr");
>     newTrack.mode = 2;
>     newTrack.addCue(new TextTrackCue("myId", 0.0, 20.0, "Bonjour!"));

addTrack() is now addTextTrack():
https://bugs.webkit.org/show_bug.cgi?id=77381

I think issue is that the text track list of cues is not set to an empty list when new text track is created.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list