Bug 1152331 - If we do not delete indices array, it gets picked up down the line and breaks some assumptions in aboutSupport.js. r=dvander

--HG--
extra : rebase_source : 2119dee77991f5aed2daf29d734330b59aa87430
This commit is contained in:
Milan Sreckovic 2015-04-09 10:44:17 -04:00
Родитель b230531d73
Коммит a3987622b5
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -256,6 +256,7 @@ let snapshotFormatters = {
return $.new("tr", [$.new("th", val.header, "column"),
$.new("td", val.message)]);
}));
delete data.indices;
} else {
$.append($("graphics-failures-tbody"),
[$.new("tr", [$.new("th", "LogFailure", "column"),
@ -264,7 +265,7 @@ let snapshotFormatters = {
}))])]);
}
delete data.failures;
delete data.failures;
}
// graphics-tbody tbody