I made a mistake in the order of arguments passed to the new "createOutOfBand" constructor for the PlatformTextTrack in HTMLMediaElement::outOfBandTrackSources. The label and source URLs were reversed. This patch corrects that mistake so that the NSDictionary of items passed to AVFoundation is correct.
<rdar://problem/16198587>
Created attachment 225479 [details] Patch
Committed r164881: <http://trac.webkit.org/changeset/164881>