RESOLVED FIXED 133588
GenericCueData elements prematurely removed
https://bugs.webkit.org/show_bug.cgi?id=133588
Summary GenericCueData elements prematurely removed
Brent Fulgham
Reported 2014-06-06 16:01:35 PDT
Now that cues are checked to see if they extend the lifetime of existing cues, we need to make sure that these cues are not removed before they are complete. Currently, the 'resetCueValues' method clears all cues, even if some are still pending. This patch prevents us from prematurely removing cues.
Attachments
Patch (4.87 KB, patch)
2014-06-06 16:05 PDT, Brent Fulgham
eric.carlson: review+
Brent Fulgham
Comment 1 2014-06-06 16:05:18 PDT
Brent Fulgham
Comment 2 2014-06-06 16:19:17 PDT
Note You need to log in before you can comment on or make changes to this bug.