зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b230531d73
Коммит
a3987622b5
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче