Bug 1322459 part 3 - Remove duplicate mRefCnt in LSPAnnotationGatherer. r=Ehsan

MozReview-Commit-ID: 8XFO6LyyGus

--HG--
extra : rebase_source : 633cf7e68c67253dda6f55339447e62add1d5f3f
This commit is contained in:
Ting-Yu Chou 2016-12-13 15:57:17 +08:00
Родитель f8f09a7949
Коммит 68a9f20e40
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -34,7 +34,6 @@ class LSPAnnotationGatherer : public Runnable
~LSPAnnotationGatherer() {}
public:
NS_DECL_THREADSAFE_ISUPPORTS
NS_DECL_NSIRUNNABLE
void Annotate();
@ -42,8 +41,6 @@ public:
nsCOMPtr<nsIThread> mThread;
};
NS_IMPL_ISUPPORTS(LSPAnnotationGatherer, nsIRunnable)
void
LSPAnnotationGatherer::Annotate()
{