mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 709490 - Part 12 - explicit CTORs for a couple of runnables, CLOSED TREE
This commit is contained in:
parent
61a591b6d7
commit
e46e68854a
@ -46,7 +46,7 @@ AsyncCanvasRenderer::NotifyElementAboutAttributesChanged()
|
||||
class Runnable final : public nsRunnable
|
||||
{
|
||||
public:
|
||||
Runnable(AsyncCanvasRenderer* aRenderer)
|
||||
explicit Runnable(AsyncCanvasRenderer* aRenderer)
|
||||
: mRenderer(aRenderer)
|
||||
{}
|
||||
|
||||
@ -81,7 +81,7 @@ AsyncCanvasRenderer::NotifyElementAboutInvalidation()
|
||||
class Runnable final : public nsRunnable
|
||||
{
|
||||
public:
|
||||
Runnable(AsyncCanvasRenderer* aRenderer)
|
||||
explicit Runnable(AsyncCanvasRenderer* aRenderer)
|
||||
: mRenderer(aRenderer)
|
||||
{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user