mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Backed out changeset 8db1c2fd27c9 (bug 1347829) for web platform tests failures
This commit is contained in:
parent
52f712bba2
commit
235acee47e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user