Bug 1208626 - Add needed parameter to getHistogramById. r=rstrong

This commit is contained in:
Matt Howell 2015-09-25 13:43:18 -07:00
parent d09f2ef7ab
commit 24b18c78ee

View File

@ -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);
}