Bug 1130775 followup: Add 'override' keyword to macro-provided AddRef/Release methods for QuotaClient::GetDirectoryLockListener. rs=ehsan

This commit is contained in:
Daniel Holbert 2015-06-30 10:06:24 -07:00
parent 5fd903f1f1
commit d264043149

View File

@ -8338,7 +8338,7 @@ public:
MOZ_ASSERT(QuotaClient::GetInstance() == aQuotaClient);
}
NS_INLINE_DECL_REFCOUNTING(QuotaClient::GetDirectoryLockListener)
NS_INLINE_DECL_REFCOUNTING(QuotaClient::GetDirectoryLockListener, override)
private:
~GetDirectoryLockListener()