Bug 1028588 - Fix dangerous public destructors in xpcom/ - r=bsmedberg,khuey,nfroyd

This commit is contained in:
Benoit Jacob
2014-06-30 18:11:53 -04:00
parent 2f26b0839d
commit fcd3b40972
39 changed files with 174 additions and 63 deletions

View File

@@ -114,6 +114,8 @@ IsAnonymous(const nsACString& aName)
class SystemReporter MOZ_FINAL : public nsIMemoryReporter
{
~SystemReporter() {}
public:
NS_DECL_THREADSAFE_ISUPPORTS