Bug 1293603 (part 1) - Add |override| to CollectReports() declarations missing it. r=erahm.
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
NS_IMETHOD CollectReports(nsIHandleReportCallback* aHandleReport,
|
||||
nsISupports* aData, bool aAnonymize)
|
||||
nsISupports* aData, bool aAnonymize) override
|
||||
{
|
||||
if (SharedBufferManagerParent::sManagerMonitor) {
|
||||
SharedBufferManagerParent::sManagerMonitor->Lock();
|
||||
|
||||
@@ -126,7 +126,7 @@ public:
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
NS_IMETHOD CollectReports(nsIHandleReportCallback* aHandleReport,
|
||||
nsISupports* aData, bool aAnonymize)
|
||||
nsISupports* aData, bool aAnonymize) override
|
||||
{
|
||||
nsresult rv;
|
||||
|
||||
@@ -184,7 +184,7 @@ public:
|
||||
|
||||
NS_IMETHOD
|
||||
CollectReports(nsIMemoryReporterCallback* aCb,
|
||||
nsISupports* aClosure, bool aAnonymize)
|
||||
nsISupports* aClosure, bool aAnonymize) override
|
||||
{
|
||||
HANDLE ProcessHandle = GetCurrentProcess();
|
||||
|
||||
|
||||
@@ -344,7 +344,7 @@ public:
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
NS_IMETHOD CollectReports(nsIHandleReportCallback* aHandleReport,
|
||||
nsISupports* aData, bool aAnonymize)
|
||||
nsISupports* aData, bool aAnonymize) override
|
||||
{
|
||||
nsresult rv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user