Skip to content

Commit

Permalink
Backed out changeset 8db1c2fd27c9 (bug 1347829) for web platform test…
Browse files Browse the repository at this point in the history
…s failures
  • Loading branch information
IrisHsiao committed Mar 20, 2017
1 parent 52f712b commit 235acee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/media/webvtt/vtt.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Cu.import('resource://gre/modules/Services.jsm');
// Otherwise just ignore the end tag.
continue;
}
var ts = collectTimeStamp(t.substr(1, t.length - 1));
var ts = collectTimeStamp(t.substr(1, t.length - 2));
var node;
if (ts) {
// Timestamps are lead nodes as well.
Expand Down

0 comments on commit 235acee

Please sign in to comment.