We've seen some crashes due to a null dereference in InbandMetadataTextTrackAVF::updatePendingCueEndTimes. Reviewing the code, I notice that the client() return value is used without null check, even though the other methods in this class due check for null. This patch adds a null check for client()'s return value to avoid this crash.
<rdar://problem/18983250>
Created attachment 249598 [details] Patch
Committed r182076: <http://trac.webkit.org/changeset/182076>