Bug 1244982 - Fix minor double-reporting of memory in prefs code. r=erahm.

--HG--
extra : rebase_source : 3d93515169f0355aeb6ac074d13564bfedec2b57
This commit is contained in:
Nicholas Nethercote 2016-02-02 14:31:49 +11:00
Родитель c88a094d04
Коммит b80cb9f1e0
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -239,7 +239,6 @@ Preferences::SizeOfIncludingThisAndOtherStuff(mozilla::MallocSizeOf aMallocSizeO
}
}
if (gObserverTable) {
n += aMallocSizeOf(gObserverTable);
n += gObserverTable->ShallowSizeOfIncludingThis(aMallocSizeOf);
for (auto iter = gObserverTable->Iter(); !iter.Done(); iter.Next()) {
n += iter.Key()->mPrefName.SizeOfExcludingThisIfUnshared(aMallocSizeOf);