зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 283cee5fb8a7 (bug 1218576)
This commit is contained in:
Родитель
3d96efcbcd
Коммит
e70f39228f
|
@ -684,10 +684,6 @@ internal_HistogramAddCategorical(mozilla::Telemetry::ID id, const nsCString& lab
|
|||
void
|
||||
internal_HistogramClear(Histogram& aHistogram, bool onlySubsession)
|
||||
{
|
||||
MOZ_ASSERT(XRE_IsParentProcess());
|
||||
if (!XRE_IsParentProcess()) {
|
||||
return;
|
||||
}
|
||||
if (!onlySubsession) {
|
||||
aHistogram.Clear();
|
||||
}
|
||||
|
@ -1027,10 +1023,6 @@ KeyedHistogram::Add(const nsCString& key, uint32_t sample)
|
|||
void
|
||||
KeyedHistogram::Clear(bool onlySubsession)
|
||||
{
|
||||
MOZ_ASSERT(XRE_IsParentProcess());
|
||||
if (!XRE_IsParentProcess()) {
|
||||
return;
|
||||
}
|
||||
#if !defined(MOZ_WIDGET_GONK) && !defined(MOZ_WIDGET_ANDROID)
|
||||
for (auto iter = mSubsessionMap.Iter(); !iter.Done(); iter.Next()) {
|
||||
iter.Get()->mData->Clear();
|
||||
|
|
Загрузка…
Ссылка в новой задаче