Bug 114630 - HTMLMediaElement::removeTextTrack should clear track client
Summary: HTMLMediaElement::removeTextTrack should clear track client
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-04-15 11:49 PDT by Eric Carlson
Modified: 2013-04-15 12:46 PDT (History)
5 users (show)

See Also:


Attachments
Proposed patch (1.26 KB, patch)
2013-04-15 12:39 PDT, Eric Carlson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2013-04-15 11:49:09 PDT
HTMLMediaElement sets itself as the client when it creates a TextTrack and adds it to the track queue, so it should clear the client pointer when it removes a track from the queue.
Comment 1 Radar WebKit Bug Importer 2013-04-15 11:49:52 PDT
<rdar://problem/13654944>
Comment 2 Eric Carlson 2013-04-15 12:39:09 PDT
Created attachment 198170 [details]
Proposed patch
Comment 3 Eric Carlson 2013-04-15 12:46:34 PDT
http://trac.webkit.org/changeset/148458