| Index: LayoutTests/media/track/track-cue-empty-crash.html
|
| diff --git a/LayoutTests/media/track/track-cue-empty-crash.html b/LayoutTests/media/track/track-cue-empty-crash.html
|
| index 959e73d8f83f1f006cfbf2ce971c56cd3940dfc9..0933b3d001c56dcbd569f278539bc40385347679 100644
|
| --- a/LayoutTests/media/track/track-cue-empty-crash.html
|
| +++ b/LayoutTests/media/track/track-cue-empty-crash.html
|
| @@ -7,7 +7,7 @@
|
| var fragment;
|
| function startTest()
|
| {
|
| - var emptyCue = new TextTrackCue(0, 0, "");
|
| + var emptyCue = new VTTCue(0, 0, "");
|
| fragment = emptyCue.getCueAsHTML();
|
|
|
| consoleWrite("** The getCueAsHTML() method should return a document fragment **");
|
|
|