зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1061024 (part 3) - Remove a redundant dmd::ClearReports() call. r=jld.
--HG-- extra : rebase_source : 5c79c9187fbffe2b5a8c63184cc9d3f158877a8e
This commit is contained in:
Родитель
cb8defd2fa
Коммит
b662348a22
|
@ -614,12 +614,6 @@ nsMemoryInfoDumper::DumpMemoryInfoToTempDir(const nsAString& aIdentifier,
|
|||
nsString identifier(aIdentifier);
|
||||
EnsureNonEmptyIdentifier(identifier);
|
||||
|
||||
#ifdef MOZ_DMD
|
||||
// Clear DMD's reportedness state before running the memory reporters, to
|
||||
// avoid spurious twice-reported warnings.
|
||||
dmd::ClearReports();
|
||||
#endif
|
||||
|
||||
// Open a new file named something like
|
||||
//
|
||||
// incomplete-memory-report-<identifier>-<pid>.json.gz
|
||||
|
|
Загрузка…
Ссылка в новой задаче