зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
f8f09a7949
Коммит
68a9f20e40
|
@ -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()
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче