Bug 1038193 - Give LSPAnnotationGatherer a private destructor; r=bjacob

This commit is contained in:
Ehsan Akhgari 2014-07-15 16:39:01 -04:00
Родитель ea0a69c899
Коммит bcc305978d
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -23,6 +23,8 @@ namespace crashreporter {
class LSPAnnotationGatherer : public nsRunnable
{
~LSPAnnotationGatherer() {}
public:
NS_DECL_THREADSAFE_ISUPPORTS
NS_DECL_NSIRUNNABLE