Bug 1048271 - Fix more bad implicit constructors in netwerk; r=mcmanus
This commit is contained in:
@@ -83,7 +83,7 @@ WebSocketChannelChild::ReleaseIPDLReference()
|
||||
class WrappedChannelEvent : public nsRunnable
|
||||
{
|
||||
public:
|
||||
WrappedChannelEvent(ChannelEvent *aChannelEvent)
|
||||
explicit WrappedChannelEvent(ChannelEvent *aChannelEvent)
|
||||
: mChannelEvent(aChannelEvent)
|
||||
{
|
||||
MOZ_RELEASE_ASSERT(aChannelEvent);
|
||||
|
||||
Reference in New Issue
Block a user