RESOLVED FIXED 82095
Remove unnecessary ASSERT from LoadableTextTrack::trackElementIndex
https://bugs.webkit.org/show_bug.cgi?id=82095
Summary Remove unnecessary ASSERT from LoadableTextTrack::trackElementIndex
Eric Carlson
Reported 2012-03-23 14:45:01 PDT
I left a bogus ASSERT in LoadableTextTrack::trackElementIndex when I committed http://trac.webkit.org/changeset/111581. It is perfectly fine for the node to not be in the DOM, and the method handles the situation.
Attachments
Proposed patch (1.28 KB, patch)
2012-03-23 15:11 PDT, Eric Carlson
no flags
Radar WebKit Bug Importer
Comment 1 2012-03-23 14:49:09 PDT
Eric Carlson
Comment 2 2012-03-23 15:11:29 PDT
Created attachment 133569 [details] Proposed patch
WebKit Review Bot
Comment 3 2012-03-23 17:34:49 PDT
Comment on attachment 133569 [details] Proposed patch Clearing flags on attachment: 133569 Committed r111941: <http://trac.webkit.org/changeset/111941>
WebKit Review Bot
Comment 4 2012-03-23 17:34:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.