| Index: LayoutTests/media/video-controls-captions.html
|
| diff --git a/LayoutTests/media/video-controls-captions.html b/LayoutTests/media/video-controls-captions.html
|
| index e7610c394232196ee7c0e6d627b22271c3ab9855..52baabface7f07333aba814db872748c72e2cdef 100644
|
| --- a/LayoutTests/media/video-controls-captions.html
|
| +++ b/LayoutTests/media/video-controls-captions.html
|
| @@ -14,7 +14,7 @@
|
| consoleWrite("");
|
| consoleWrite("** Add a text track through JS to the video element **");
|
| var t = video.addTextTrack('captions', 'English', 'en');
|
| - t.addCue(new TextTrackCue(0.0, 10.0, 'Some random caption text'));
|
| + t.addCue(new VTTCue(0.0, 10.0, 'Some random caption text'));
|
| }
|
|
|
| function addUnloadableHTMLTrackElement()
|
|
|