Bug 1262506 - Unused variable in a runnable in BackgroundParentImpl, r=ehsan

This commit is contained in:
Andrea Marchesini 2016-04-06 17:25:26 +01:00
Родитель 8a19d2889b
Коммит 8c046971a8
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -464,13 +464,11 @@ public:
: mContentParent(aParent)
, mPrincipalInfo(aPrincipalInfo)
, mOrigin(aOrigin)
, mBackgroundThread(NS_GetCurrentThread())
{
AssertIsInMainProcess();
AssertIsOnBackgroundThread();
MOZ_ASSERT(mContentParent);
MOZ_ASSERT(mBackgroundThread);
}
NS_IMETHODIMP Run()
@ -522,7 +520,6 @@ private:
RefPtr<ContentParent> mContentParent;
PrincipalInfo mPrincipalInfo;
nsCString mOrigin;
nsCOMPtr<nsIThread> mBackgroundThread;
};
} // namespace