InbandTextTrack::willRemoveTextTrackPrivate may be called after the owning HTMLMediaElement has been cleared because the media engine and the media element do not operate in sync. In this case, the media element has already dealt with the track removal so the notification from the media engine is not needed.
<rdar://problem/14246763>
Created attachment 205302 [details] Proposed patch
Comment on attachment 205302 [details] Proposed patch Null checks ftw! r=me.
https://trac.webkit.org/r151916