Bug 1116733 (Followup) - Mark constructor of UnlockImageDataRunnable explicit on a CLOSED TREE. r=me

--HG--
extra : amend_source : 866c595f036229aa3047d725b6158430536a911f
This commit is contained in:
Seth Fowler 2015-01-08 01:28:21 -08:00
parent ebe4139428
commit 284713aaa3

View File

@ -819,7 +819,7 @@ imgFrame::AssertImageDataLocked() const
class UnlockImageDataRunnable : public nsRunnable
{
public:
UnlockImageDataRunnable(imgFrame* aTarget)
explicit UnlockImageDataRunnable(imgFrame* aTarget)
: mTarget(aTarget)
{
MOZ_ASSERT(mTarget);