зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1208626 - Add needed parameter to getHistogramById. r=rstrong
--HG-- extra : transplant_source : C%C4%29%FC%A2%92%27%5E%A0%B6%8B%EA%DAR%FE%F1%90%3C%D5r
This commit is contained in:
Родитель
af0fdd13e3
Коммит
49a0eb88bf
|
@ -303,7 +303,7 @@ this.AUSTLMY = {
|
|||
try {
|
||||
let id = "UPDATE_INVALID_LASTUPDATETIME_" + aSuffix;
|
||||
// count type histogram
|
||||
Services.telemetry.getHistogramById().add();
|
||||
Services.telemetry.getHistogramById(id).add();
|
||||
} catch(e) {
|
||||
Cu.reportError(e);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче