[Webkit-unassigned] [Bug 117815] Fix TextTrackCue::cueIndex() to handle the null case of TextTrack::cues(() properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 20 19:23:18 PDT 2013


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





--- Comment #4 from Ryosuke Niwa <rniwa at webkit.org>  2013-06-20 19:21:57 PST ---
(From update of attachment 205137)
View in context: https://bugs.webkit.org/attachment.cgi?id=205137&action=review

> Source/WebCore/ChangeLog:3
> +        <rdar://problem/14211041> Fix TextTrackCue::cueIndex() to handle the null case of TextTrack::cues(() properly (117815)

Please list the radar URL in a separate line.
Also, there is no need to repeat the bug number here.
Simply copy & paste the bug title.

> Source/WebCore/ChangeLog:8
> +        This patch adds assert statements to try to catch when the call

s/assert statements/assertions/
It's probably redundant to say "the call" since "track()->cues()" is a function call already.

-- 
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