зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1356898 - Use nsAutoCString in two places in TelemetryHistogram.cpp. r=froydnj
MozReview-Commit-ID: 3njPBvdhwRj --HG-- extra : rebase_source : 0cab1ff7c2030ffd6750d21891976f1dc8bef7b6
This commit is contained in:
Родитель
15f9c9eb2a
Коммит
07375231f4
|
@ -499,7 +499,7 @@ internal_GetHistogramByEnumId(mozilla::Telemetry::HistogramID id, Histogram **re
|
|||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
nsCString histogramName;
|
||||
nsAutoCString histogramName;
|
||||
histogramName.Append(p.id());
|
||||
if (const char* suffix = SuffixForProcessType(aProcessType)) {
|
||||
histogramName.AppendASCII(suffix);
|
||||
|
@ -1403,7 +1403,7 @@ internal_AccumulateChildKeyed(GeckoProcessType aProcessType, mozilla::Telemetry:
|
|||
|
||||
const HistogramInfo& th = gHistograms[aId];
|
||||
|
||||
nsCString id;
|
||||
nsAutoCString id;
|
||||
id.Append(th.id());
|
||||
id.AppendASCII(suffix);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче