Bug 943660 (part 2) - Remove remnants of Remove nsIMemoryReporter::name.

This commit is contained in:
Nicholas Nethercote
2013-12-03 20:01:24 -08:00
parent 49a9963df7
commit fcbaba2b6a
20 changed files with 25 additions and 65 deletions

View File

@@ -126,8 +126,7 @@ enum StartupCache::TelemetrifyAge StartupCache::gPostFlushAgeAction = StartupCac
NS_IMPL_ISUPPORTS_INHERITED0(StartupCache, MemoryMultiReporter)
StartupCache::StartupCache()
: MemoryMultiReporter("startup-cache"),
mArchive(nullptr), mStartupWriteInitiated(false), mWriteThread(nullptr)
: mArchive(nullptr), mStartupWriteInitiated(false), mWriteThread(nullptr)
{ }
StartupCache::~StartupCache()