Back out 4537337759b7 (bug 910517) because nobody expects the talos inquisition

This commit is contained in:
Phil Ringnalda
2013-09-04 22:42:06 -07:00
parent b286145767
commit 6e1be50ee9
67 changed files with 1297 additions and 857 deletions

View File

@@ -36,12 +36,12 @@ static const PRLogModuleInfo *gUrlClassifierPrefixSetLog = nullptr;
#define LOG_ENABLED() (false)
#endif
class PrefixSetReporter MOZ_FINAL : public MemoryUniReporter
class PrefixSetReporter MOZ_FINAL : public MemoryReporterBase
{
public:
PrefixSetReporter(nsUrlClassifierPrefixSet* aPrefixSet,
const nsACString& aName)
: MemoryUniReporter(
: MemoryReporterBase(
nsPrintfCString(
"explicit/storage/prefix-set/%s",
(!aName.IsEmpty() ? PromiseFlatCString(aName).get() : "?!")