mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1116733 (Followup) - Mark constructor of UnlockImageDataRunnable explicit on a CLOSED TREE. r=me
--HG-- extra : amend_source : 866c595f036229aa3047d725b6158430536a911f
This commit is contained in:
parent
ebe4139428
commit
284713aaa3
@ -819,7 +819,7 @@ imgFrame::AssertImageDataLocked() const
|
||||
class UnlockImageDataRunnable : public nsRunnable
|
||||
{
|
||||
public:
|
||||
UnlockImageDataRunnable(imgFrame* aTarget)
|
||||
explicit UnlockImageDataRunnable(imgFrame* aTarget)
|
||||
: mTarget(aTarget)
|
||||
{
|
||||
MOZ_ASSERT(mTarget);
|
||||
|
Loading…
Reference in New Issue
Block a user