Bug 1028588 - Fix dangerous public destructors in xpcom/ - r=bsmedberg,khuey,nfroyd
This commit is contained in:
@@ -290,6 +290,8 @@ namespace {
|
||||
|
||||
class nsNameThreadRunnable MOZ_FINAL : public nsIRunnable
|
||||
{
|
||||
~nsNameThreadRunnable() {}
|
||||
|
||||
public:
|
||||
nsNameThreadRunnable(const nsACString& aName) : mName(aName) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user