Backed out changeset 8db1c2fd27c9 (bug 1347829) for web platform tests failures

This commit is contained in:
Iris Hsiao 2017-03-20 16:06:43 +08:00
Родитель 52f712bba2
Коммит 235acee47e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.