Bug 1045390: Add a MOZ_FINAL annotation to STSThreadPoolListener. r=cyu

--HG--
extra : rebase_source : 417070dabd46733357d350b4f6e6388f9d286dbd
This commit is contained in:
Kyle Huey 2014-07-30 19:30:39 -07:00
parent af7988ac78
commit f550b061ce

View File

@ -428,7 +428,7 @@ nsOutputStreamTransport::IsNonBlocking(bool *result)
#ifdef MOZ_NUWA_PROCESS
#include "ipc/Nuwa.h"
class STSThreadPoolListener : public nsIThreadPoolListener
class STSThreadPoolListener MOZ_FINAL : public nsIThreadPoolListener
{
public:
NS_DECL_THREADSAFE_ISUPPORTS