Bug 910517 - Remove nsIMemoryReporter, and rename nsIMemoryMultiReporter as nsIMemoryReporter. r=mmcr8.
This commit is contained in:
@@ -280,11 +280,11 @@ CloneAndAppend(nsIFile* aBase, const nsACString& append)
|
||||
// nsComponentManagerImpl
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class XPCOMComponentManagerReporter MOZ_FINAL : public MemoryReporterBase
|
||||
class XPCOMComponentManagerReporter MOZ_FINAL : public MemoryUniReporter
|
||||
{
|
||||
public:
|
||||
XPCOMComponentManagerReporter()
|
||||
: MemoryReporterBase("explicit/xpcom/component-manager",
|
||||
: MemoryUniReporter("explicit/xpcom/component-manager",
|
||||
KIND_HEAP, UNITS_BYTES,
|
||||
"Memory used for the XPCOM component manager.")
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user