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

@@ -402,11 +402,11 @@ CategoryEnumerator::enumfunc_createenumerator(const char* aStr, CategoryNode* aN
NS_IMPL_QUERY_INTERFACE1(nsCategoryManager, nsICategoryManager)
class XPCOMCategoryManagerReporter MOZ_FINAL : public MemoryUniReporter
class XPCOMCategoryManagerReporter MOZ_FINAL : public MemoryReporterBase
{
public:
XPCOMCategoryManagerReporter()
: MemoryUniReporter("explicit/xpcom/category-manager",
: MemoryReporterBase("explicit/xpcom/category-manager",
KIND_HEAP, UNITS_BYTES,
"Memory used for the XPCOM category manager.")
{}