mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1208626 - Add needed parameter to getHistogramById. r=rstrong
This commit is contained in:
parent
d09f2ef7ab
commit
24b18c78ee
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user