Bug 758992 follow-up - Mark DoNothingCallback final to avoid compiler warnings; blanket-r=bzbarsky

This commit is contained in:
Ehsan Akhgari 2014-01-03 09:54:32 -05:00
parent f238b99f8f
commit 75a3c1b080

View File

@ -1839,7 +1839,7 @@ DEFINE_REGISTER_SIZE_OF_TAB(NonJS);
namespace mozilla {
namespace dmd {
class DoNothingCallback : public nsIHandleReportCallback
class DoNothingCallback MOZ_FINAL : public nsIHandleReportCallback
{
public:
NS_DECL_ISUPPORTS