Tie up loose ends from Bug 117667: - Rename functions getMediaType() to mediaType() - Make it work for !ENABLE(VIDEO) platforms
<rdar://problem/14197983>
Created attachment 204961 [details] Patch
Comment on attachment 204961 [details] Patch Rejecting attachment 204961 [details] from commit-queue. New failing tests: media/track/media-element-enqueue-event-crash.html Full output: http://webkit-queues.appspot.com/results/942291
Created attachment 205017 [details] Archive of layout-test-results from webkit-cq-02 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the commit-queue. Bot: webkit-cq-02 Port: mac-mountainlion Platform: Mac OS X 10.8.3
Created attachment 205035 [details] Patch
(In reply to comment #4) > Created an attachment (id=205017) [details] > Archive of layout-test-results from webkit-cq-02 for mac-mountainlion > > The attached test failures were seen while running run-webkit-tests on the commit-queue. > Bot: webkit-cq-02 Port: mac-mountainlion Platform: Mac OS X 10.8.3 I ran the specific failing test on Mac OS X 10.8.4 and it ran as expected - not sure if this was an issue with commit-queue.
Tim Horton landed the patch: http://trac.webkit.org/changeset/151760
The reason commit-queue was failing is due to an unhandled null case in TextTrackCue::cueIndex(). Bug 117815 is tracking this issue.