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

@@ -280,11 +280,11 @@ CloneAndAppend(nsIFile* aBase, const nsACString& append)
// nsComponentManagerImpl
////////////////////////////////////////////////////////////////////////////////
class XPCOMComponentManagerReporter MOZ_FINAL : public MemoryUniReporter
class XPCOMComponentManagerReporter MOZ_FINAL : public MemoryReporterBase
{
public:
XPCOMComponentManagerReporter()
: MemoryUniReporter("explicit/xpcom/component-manager",
: MemoryReporterBase("explicit/xpcom/component-manager",
KIND_HEAP, UNITS_BYTES,
"Memory used for the XPCOM component manager.")
{}