Bug 114630

Summary: HTMLMediaElement::removeTextTrack should clear track client
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: MediaAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, esprehn+autocc, jer.noble, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch none

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