Back out 4537337759b7 (bug 910517) because nobody expects the talos inquisition
This commit is contained in:
@@ -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.")
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user